Home
last modified time | relevance | path

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

/third_party/ffmpeg/fftools/
H A Dffmpeg.h157 int video_disable; member
H A Dffplay.c320 static int video_disable; variable
2870 if (!video_disable) in read_thread()
2880 if (!video_disable && !subtitle_disable) in read_thread()
3568 { "vn", OPT_BOOL, { &video_disable }, "disable video" },
3690 video_disable = 1; in main()
H A Dffmpeg_opt.c918 if ((o->video_disable && ist->st->codecpar->codec_type == AVMEDIA_TYPE_VIDEO) || in add_input_streams()
2483 case AVMEDIA_TYPE_VIDEO: o->video_disable = 1; break; in open_output_file()
2496 if (!o->video_disable && av_guess_codec(oc->oformat, NULL, filename, NULL, AVMEDIA_TYPE_VIDEO) != AV_CODEC_ID_NONE) { in open_output_file()
2648 if(o-> video_disable && ist->st->codecpar->codec_type == AVMEDIA_TYPE_VIDEO) in open_output_file()
3862 { "vn", OPT_VIDEO | OPT_BOOL | OPT_OFFSET | OPT_INPUT | OPT_OUTPUT,{ .off = OFFSET(video_disable) },

Completed in 14 milliseconds