=====avcodec_find_decoder===== ====Overview==== Defined in ''avcodec.h''\\ Finds a decoder with a matching codec ID.\\ AVCodec *avcodec_find_decoder(enum CodecID id); ====Parameters==== ===id=== enum CodecID id [[ffmpeg:CodecID]] of the requested decoder. ====Return value==== A pointer to an [[ffmpeg:AVCodec]], containing a decoder if one was found, NULL otherwise. ====See also==== [[ffmpeg:avcodec_find_decoder_by_name()]], [[ffmpeg:avcodec_find_encoder()]], [[ffmpeg:avcodec_find_encoder_by_name()]] ---- Back to [[ffmpeg:ffmpeg]]