avcodec_find_decoder 1963 ffmpeg.c                       codec = avcodec_find_decoder(ist->st->codec->codec_id);
avcodec_find_decoder 1741 ffplay.c           codec = avcodec_find_decoder(enc->codec_id);
avcodec_find_decoder 1928 ffserver.c             codec = avcodec_find_decoder(st->codec->codec_id);
avcodec_find_decoder  126 libavcodec/apiexample.c     codec = avcodec_find_decoder(CODEC_ID_MP2);
avcodec_find_decoder  327 libavcodec/apiexample.c     codec = avcodec_find_decoder(CODEC_ID_MPEG1VIDEO);
avcodec_find_decoder 2827 libavcodec/avcodec.h AVCodec *avcodec_find_decoder(enum CodecID id);
avcodec_find_decoder  691 libavcodec/utils.c         p = avcodec_find_decoder(enc->codec_id);
avcodec_find_decoder  143 libavformat/rtsp.c     c = avcodec_find_decoder(codec->codec_id);
avcodec_find_decoder 1870 libavformat/utils.c     codec = avcodec_find_decoder(st->codec->codec_id);
avcodec_find_decoder  539 vhook/watermark.c         ci->pCodec = avcodec_find_decoder(ci->pCodecCtx->codec_id);