avcodec_find_encoder_by_name

Find a registered encoder with the specified name.

@param name name of the requested encoder @return An encoder if one was found, NULL otherwise.

extern (C) @nogc nothrow
avcodec_find_encoder_by_name
(
const(char)* name
)

Meta