Defined in avcodec.h
avcodec.h
Finds an encoder with a matching codec ID.
AVCodec *avcodec_find_encoder(enum CodecID id);
enum CodecID id
CodecID of the requested encoder.
Returns an encoder AVCodec pointer if one was found, NULL otherwise.
avcodec_find_encoder_by_name()
Back to ffmpeg