Home
last modified time | relevance | path

Searched refs:subtitle_codec_name (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/fftools/
Dffmpeg_opt.c1078 char *subtitle_codec_name = NULL; in open_input_file() local
1147 MATCH_PER_TYPE_OPT(codec_names, str, subtitle_codec_name, ic, "s"); in open_input_file()
1154 if (subtitle_codec_name) in open_input_file()
1155 ic->subtitle_codec = find_codec_or_die(subtitle_codec_name, AVMEDIA_TYPE_SUBTITLE, 0); in open_input_file()
1161 ic->subtitle_codec_id = subtitle_codec_name ? ic->subtitle_codec->id : AV_CODEC_ID_NONE; in open_input_file()
2238 char *subtitle_codec_name = NULL; in open_output_file() local
2288 MATCH_PER_TYPE_OPT(codec_names, str, subtitle_codec_name, oc, "s"); in open_output_file()
2289 …->subtitle_disable && (avcodec_find_encoder(oc->oformat->subtitle_codec) || subtitle_codec_name)) { in open_output_file()
2306 if (subtitle_codec_name || in open_output_file()
Dffplay.c346 static const char *subtitle_codec_name; variable
2601 …_SUBTITLE: is->last_subtitle_stream = stream_index; forced_codec_name = subtitle_codec_name; break; in stream_component_open()
3572 case 's' : subtitle_codec_name = arg; break; in opt_codec()
3631 …{ "scodec", HAS_ARG | OPT_STRING | OPT_EXPERT, { &subtitle_codec_name }, "force subtitle decoder",…