Searched refs:av_guess_codec (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | format.c | 89 enum AVCodecID av_guess_codec(const AVOutputFormat *fmt, const char *short_name, in av_guess_codec() function
|
H A D | avformat.h | 2520 enum AVCodecID av_guess_codec(const AVOutputFormat *fmt, const char *short_name,
|
/third_party/ffmpeg/fftools/ |
H A D | ffmpeg_opt.c | 1497 ost->st->codecpar->codec_id = av_guess_codec(s->oformat, NULL, s->url, in choose_encoder() 2496 if (!o->video_disable && av_guess_codec(oc->oformat, NULL, filename, NULL, AVMEDIA_TYPE_VIDEO) != AV_CODEC_ID_NONE) { in open_output_file() 2534 if (!o->audio_disable && av_guess_codec(oc->oformat, NULL, filename, NULL, AVMEDIA_TYPE_AUDIO) != AV_CODEC_ID_NONE) { in open_output_file() 2597 enum AVCodecID codec_id = av_guess_codec(oc->oformat, NULL, filename, NULL, AVMEDIA_TYPE_DATA); in open_output_file()
|
Completed in 10 milliseconds