Home
last modified time | relevance | path

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

/third_party/ffmpeg/fftools/
Dffmpeg.h161 int subtitle_disable; member
Dffmpeg_opt.c840 (o->subtitle_disable && ist->st->codecpar->codec_type == AVMEDIA_TYPE_SUBTITLE) || in add_input_streams()
2231 case AVMEDIA_TYPE_SUBTITLE: o->subtitle_disable = 1; break; in open_output_file()
2289 …if (!o->subtitle_disable && (avcodec_find_encoder(oc->oformat->subtitle_codec) || subtitle_codec_n… in open_output_file()
2366 if(o->subtitle_disable && ist->st->codecpar->codec_type == AVMEDIA_TYPE_SUBTITLE) in open_output_file()
3750 …OPT_SUBTITLE | OPT_BOOL | OPT_OFFSET | OPT_INPUT | OPT_OUTPUT, { .off = OFFSET(subtitle_disable) },
Dffplay.c322 static int subtitle_disable; variable
2891 if (!video_disable && !subtitle_disable) in read_thread()
3592 { "sn", OPT_BOOL, { &subtitle_disable }, "disable subtitling" },