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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/
H A Dffmpeg.c163 static char *subtitle_codec_name = NULL; variable
446 av_free(subtitle_codec_name);
2824 opt_codec(&subtitle_stream_copy, &subtitle_codec_name, AVMEDIA_TYPE_SUBTITLE, arg);
3000 find_codec_or_die(subtitle_codec_name, AVMEDIA_TYPE_SUBTITLE, 0,
3121 input_codecs[nb_icodecs++] = avcodec_find_decoder_by_name(subtitle_codec_name);
3146 av_freep(&subtitle_codec_name);
3423 subtitle_enc->codec_id = find_codec_or_die(subtitle_codec_name, AVMEDIA_TYPE_SUBTITLE, 1,
3425 output_codecs[nb_ocodecs] = avcodec_find_encoder_by_name(subtitle_codec_name);
3435 av_freep(&subtitle_codec_name);
3520 use_subtitle = file_oformat->subtitle_codec != CODEC_ID_NONE || subtitle_stream_copy || subtitle_codec_name;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/
H A Dffmpeg.c163 static char *subtitle_codec_name = NULL; variable
446 av_free(subtitle_codec_name);
2824 opt_codec(&subtitle_stream_copy, &subtitle_codec_name, AVMEDIA_TYPE_SUBTITLE, arg);
3000 find_codec_or_die(subtitle_codec_name, AVMEDIA_TYPE_SUBTITLE, 0,
3121 input_codecs[nb_icodecs++] = avcodec_find_decoder_by_name(subtitle_codec_name);
3146 av_freep(&subtitle_codec_name);
3423 subtitle_enc->codec_id = find_codec_or_die(subtitle_codec_name, AVMEDIA_TYPE_SUBTITLE, 1,
3425 output_codecs[nb_ocodecs] = avcodec_find_encoder_by_name(subtitle_codec_name);
3435 av_freep(&subtitle_codec_name);
3520 use_subtitle = file_oformat->subtitle_codec != CODEC_ID_NONE || subtitle_stream_copy || subtitle_codec_name;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/
H A Dffmpeg.c163 static char *subtitle_codec_name = NULL; variable
446 av_free(subtitle_codec_name);
2824 opt_codec(&subtitle_stream_copy, &subtitle_codec_name, AVMEDIA_TYPE_SUBTITLE, arg);
3000 find_codec_or_die(subtitle_codec_name, AVMEDIA_TYPE_SUBTITLE, 0,
3121 input_codecs[nb_icodecs++] = avcodec_find_decoder_by_name(subtitle_codec_name);
3146 av_freep(&subtitle_codec_name);
3423 subtitle_enc->codec_id = find_codec_or_die(subtitle_codec_name, AVMEDIA_TYPE_SUBTITLE, 1,
3425 output_codecs[nb_ocodecs] = avcodec_find_encoder_by_name(subtitle_codec_name);
3435 av_freep(&subtitle_codec_name);
3520 use_subtitle = file_oformat->subtitle_codec != CODEC_ID_NONE || subtitle_stream_copy || subtitle_codec_name;
[all...]

Completed in 138 milliseconds