Home
last modified time | relevance | path

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

/third_party/ffmpeg/fftools/
H A Dffmpeg.h159 int subtitle_disable; member
H A Dffmpeg_opt.c920 (o->subtitle_disable && ist->st->codecpar->codec_type == AVMEDIA_TYPE_SUBTITLE) || in add_input_streams()
2485 case AVMEDIA_TYPE_SUBTITLE: o->subtitle_disable = 1; break; in open_output_file()
2567 if (!o->subtitle_disable && (avcodec_find_encoder(oc->oformat->subtitle_codec) || subtitle_codec_name)) { in open_output_file()
2644 if(o->subtitle_disable && ist->st->codecpar->codec_type == AVMEDIA_TYPE_SUBTITLE) in open_output_file()
3974 { "sn", OPT_SUBTITLE | OPT_BOOL | OPT_OFFSET | OPT_INPUT | OPT_OUTPUT, { .off = OFFSET(subtitle_disable) },
H A Dffplay.c321 static int subtitle_disable; variable
2880 if (!video_disable && !subtitle_disable) in read_thread()
3569 { "sn", OPT_BOOL, { &subtitle_disable }, "disable subtitling" },

Completed in 14 milliseconds