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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffmpeg_opt.c1521 AVCodecContext *subtitle_enc; local
1525 subtitle_enc = ost->enc_ctx;
1527 subtitle_enc->codec_type = AVMEDIA_TYPE_SUBTITLE;
1535 if (frame_size && av_parse_video_size(&subtitle_enc->width, &subtitle_enc->height, frame_size) < 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Dffmpeg.c3625 AVCodecContext *subtitle_enc; local
3639 subtitle_enc = st->codec;
3644 subtitle_enc->codec_type = AVMEDIA_TYPE_SUBTITLE;
3647 subtitle_enc->codec_tag= subtitle_codec_tag;
3650 subtitle_enc->flags |= CODEC_FLAG_GLOBAL_HEADER;
3655 subtitle_enc->codec_id = codec_id;
H A Davconv.c3755 AVCodecContext *subtitle_enc; local
3759 subtitle_enc = st->codec;
3761 subtitle_enc->codec_type = AVMEDIA_TYPE_SUBTITLE;

Completed in 136 milliseconds