Home
last modified time | relevance | path

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

/third_party/ffmpeg/fftools/
H A Dffmpeg.h158 int audio_disable; member
H A Dffmpeg_opt.c919 (o->audio_disable && ist->st->codecpar->codec_type == AVMEDIA_TYPE_AUDIO) || in add_input_streams()
2484 case AVMEDIA_TYPE_AUDIO: o->audio_disable = 1; break; 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()
2646 if(o-> audio_disable && ist->st->codecpar->codec_type == AVMEDIA_TYPE_AUDIO) in open_output_file()
3949 { "an", OPT_AUDIO | OPT_BOOL | OPT_OFFSET | OPT_INPUT | OPT_OUTPUT,{ .off = OFFSET(audio_disable) },
H A Dffplay.c319 static int audio_disable; variable
2874 if (!audio_disable) in read_thread()
3567 { "an", OPT_BOOL, { &audio_disable }, "disable audio" },
3693 if (audio_disable) in main()

Completed in 14 milliseconds