Searched refs:subtitle_disable (Results 1 – 3 of 3) sorted by relevance
161 int subtitle_disable; member
840 (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) },
322 static int subtitle_disable; variable2891 if (!video_disable && !subtitle_disable) in read_thread()3592 { "sn", OPT_BOOL, { &subtitle_disable }, "disable subtitling" },