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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/
H A Dffmpeg.c3401 AVCodecContext *subtitle_enc; local
3413 subtitle_enc = st->codec;
3414 subtitle_enc->codec_type = AVMEDIA_TYPE_SUBTITLE;
3417 subtitle_enc->codec_tag= subtitle_codec_tag;
3422 set_context_opts(avcodec_opts[AVMEDIA_TYPE_SUBTITLE], subtitle_enc, AV_OPT_FLAG_SUBTITLE_PARAM | AV_OPT_FLAG_ENCODING_PARAM);
3423 subtitle_enc->codec_id = find_codec_or_die(subtitle_codec_name, AVMEDIA_TYPE_SUBTITLE, 1,
3424 subtitle_enc->strict_std_compliance);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/
H A Dffmpeg.c3401 AVCodecContext *subtitle_enc; local
3413 subtitle_enc = st->codec;
3414 subtitle_enc->codec_type = AVMEDIA_TYPE_SUBTITLE;
3417 subtitle_enc->codec_tag= subtitle_codec_tag;
3422 set_context_opts(avcodec_opts[AVMEDIA_TYPE_SUBTITLE], subtitle_enc, AV_OPT_FLAG_SUBTITLE_PARAM | AV_OPT_FLAG_ENCODING_PARAM);
3423 subtitle_enc->codec_id = find_codec_or_die(subtitle_codec_name, AVMEDIA_TYPE_SUBTITLE, 1,
3424 subtitle_enc->strict_std_compliance);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/
H A Dffmpeg.c3401 AVCodecContext *subtitle_enc; local
3413 subtitle_enc = st->codec;
3414 subtitle_enc->codec_type = AVMEDIA_TYPE_SUBTITLE;
3417 subtitle_enc->codec_tag= subtitle_codec_tag;
3422 set_context_opts(avcodec_opts[AVMEDIA_TYPE_SUBTITLE], subtitle_enc, AV_OPT_FLAG_SUBTITLE_PARAM | AV_OPT_FLAG_ENCODING_PARAM);
3423 subtitle_enc->codec_id = find_codec_or_die(subtitle_codec_name, AVMEDIA_TYPE_SUBTITLE, 1,
3424 subtitle_enc->strict_std_compliance);

Completed in 92 milliseconds