Defined in avcodec.h
Finds a decoder with a matching codec ID.
AVCodec *avcodec_find_decoder(enum CodecID id);
enum CodecID id
CodecID of the requested decoder.
A pointer to an AVCodec, containing a decoder if one was found, NULL otherwise.