av_guess_codec 1382 fftools/ffmpeg_opt.c ost->st->codecpar->codec_id = av_guess_codec(s->oformat, NULL, s->url, av_guess_codec 2207 fftools/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 2232 fftools/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 2283 fftools/ffmpeg_opt.c enum AVCodecID codec_id = av_guess_codec(oc->oformat, NULL, filename, NULL, AVMEDIA_TYPE_DATA); av_guess_codec 2705 libavformat/avformat.h enum AVCodecID av_guess_codec(ff_const59 AVOutputFormat *fmt, const char *short_name,