Home
last modified time | relevance | path

Searched refs:audio_disable (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/fftools/
Dffmpeg.h160 int audio_disable; member
Dffmpeg_opt.c839 (o->audio_disable && ist->st->codecpar->codec_type == AVMEDIA_TYPE_AUDIO) || in add_input_streams()
2230 case AVMEDIA_TYPE_AUDIO: o->audio_disable = 1; break; in open_output_file()
2268 …if (!o->audio_disable && av_guess_codec(oc->oformat, NULL, filename, NULL, AVMEDIA_TYPE_AUDIO) != … in open_output_file()
2368 if(o-> audio_disable && ist->st->codecpar->codec_type == AVMEDIA_TYPE_AUDIO) in open_output_file()
3728 … OPT_AUDIO | OPT_BOOL | OPT_OFFSET | OPT_INPUT | OPT_OUTPUT,{ .off = OFFSET(audio_disable) },
Dffplay.c320 static int audio_disable; variable
2885 if (!audio_disable) in read_thread()
3590 { "an", OPT_BOOL, { &audio_disable }, "disable audio" },
3720 if (audio_disable) in main()