avcodec_find_encoder_by_name 2771 ffmpeg.c               avcodec_find_encoder_by_name(name) :
avcodec_find_encoder_by_name 3030 ffmpeg.c                   codec = avcodec_find_encoder_by_name(video_codec_name);
avcodec_find_encoder_by_name 3165 ffmpeg.c                   codec = avcodec_find_encoder_by_name(audio_codec_name);
avcodec_find_encoder_by_name 3229 ffmpeg.c               output_codecs[nb_ocodecs] = avcodec_find_encoder_by_name(subtitle_codec_name);
avcodec_find_encoder_by_name 3697 ffserver.c         AVCodec *p= avcodec_find_encoder_by_name(arg);
avcodec_find_encoder_by_name 3707 ffserver.c         AVCodec *p= avcodec_find_encoder_by_name(arg);
avcodec_find_encoder_by_name 2819 libavcodec/avcodec.h AVCodec *avcodec_find_encoder_by_name(const char *name);