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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffmpeg.h144 int video_disable; member in struct:OptionsContext
H A Dffplay.c296 static int video_disable; variable
2856 if (!video_disable)
2866 if (!video_disable && !subtitle_disable)
3557 { "vn", OPT_BOOL, { &video_disable }, "disable video" },
3693 video_disable = 1;
H A Dffmpeg_opt.c1779 case AVMEDIA_TYPE_VIDEO: o->video_disable = 1; break;
1831 if (!o->video_disable && av_guess_codec(oc->oformat, NULL, filename, NULL, AVMEDIA_TYPE_VIDEO) != AV_CODEC_ID_NONE) {
1914 if(o-> video_disable && ist->st->codec->codec_type == AVMEDIA_TYPE_VIDEO)
2892 { "vn", OPT_VIDEO | OPT_BOOL | OPT_OFFSET | OPT_INPUT | OPT_OUTPUT,{ .off = OFFSET(video_disable) },
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Davplay.c230 static int video_disable; variable
2428 if (!video_disable)
2438 if (!video_disable)
2962 { "vn", OPT_BOOL, { (void*)&video_disable }, "disable video" },
3083 video_disable = 1;
H A Dffmpeg.c142 static int video_disable = 0; variable
3303 if(video_disable)
3521 video_disable = 0;
3775 if (video_disable) use_video = 0;
4282 { "vn", OPT_BOOL | OPT_VIDEO, {(void*)&video_disable}, "disable video" },
H A Davconv.c324 int video_disable; member in struct:OptionsContext
3211 if (o->video_disable)
3876 if (!o->video_disable && oc->oformat->video_codec != CODEC_ID_NONE) {
4452 { "vn", OPT_BOOL | OPT_VIDEO | OPT_OFFSET, {.off = OFFSET(video_disable)}, "disable video" },

Completed in 97 milliseconds