av_guess_codec   1065 ffmpeg_opt.c           ost->st->codec->codec_id = av_guess_codec(s->oformat, NULL, s->filename,
av_guess_codec   1880 ffmpeg_opt.c           if (!o->video_disable && av_guess_codec(oc->oformat, NULL, filename, NULL, AVMEDIA_TYPE_VIDEO) != AV_CODEC_ID_NONE) {
av_guess_codec   1902 ffmpeg_opt.c           if (!o->audio_disable && av_guess_codec(oc->oformat, NULL, filename, NULL, AVMEDIA_TYPE_AUDIO) != AV_CODEC_ID_NONE) {
av_guess_codec   1946 ffmpeg_opt.c               enum AVCodecID codec_id = av_guess_codec(oc->oformat, NULL, filename, NULL, AVMEDIA_TYPE_DATA);
av_guess_codec   2340 libavformat/avformat.h enum AVCodecID av_guess_codec(AVOutputFormat *fmt, const char *short_name,