avcodec_find_decoder_by_name 2772 ffmpeg.c               avcodec_find_decoder_by_name(name);
avcodec_find_decoder_by_name 2876 ffmpeg.c                   input_codecs[nb_icodecs++] = avcodec_find_decoder_by_name(audio_codec_name);
avcodec_find_decoder_by_name 2908 ffmpeg.c                   input_codecs[nb_icodecs++] = avcodec_find_decoder_by_name(video_codec_name);
avcodec_find_decoder_by_name 2917 ffmpeg.c                   input_codecs[nb_icodecs++] = avcodec_find_decoder_by_name(subtitle_codec_name);
avcodec_find_decoder_by_name 2835 libavcodec/avcodec.h AVCodec *avcodec_find_decoder_by_name(const char *name);