Defined in avcodec.h
avcodec.h
Finds an encoder with the specified name.
AVCodec *avcodec_find_encoder_by_name(const char *name);
const char *name
The name of the requested encoder.
Returns an encoder AVCodec pointer if one was found, NULL otherwise.
avcodec_find_encoder()
Back to ffmpeg