Home
last modified time | relevance | path

Searched refs:sub_st (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dmpegts.c297 AVStream *sub_st; /**< stream for the embedded AC3 stream in HDMV TrueHD */ member
1541 AVStream *sub_st; in mpegts_set_stream_info() local
1547 sub_st = avformat_new_stream(pes->stream, NULL); in mpegts_set_stream_info()
1548 if (!sub_st) { in mpegts_set_stream_info()
1553 sub_st->id = pes->pid; in mpegts_set_stream_info()
1554 avpriv_set_pts_info(sub_st, 33, 1, 90000); in mpegts_set_stream_info()
1555 sub_st->priv_data = sub_pes; in mpegts_set_stream_info()
1556 sub_st->codecpar->codec_type = AVMEDIA_TYPE_AUDIO; in mpegts_set_stream_info()
1557 sub_st->codecpar->codec_id = AV_CODEC_ID_AC3; in mpegts_set_stream_info()
1558 ffstream(sub_st) in mpegts_set_stream_info()
[all...]
H A Davidec.c1187 AVStream *st, *sub_st = NULL; in get_subtitle_pkt() local
1200 sub_st = st; in get_subtitle_pkt()
1205 if (sub_st) { in get_subtitle_pkt()
1206 ast = sub_st->priv_data; in get_subtitle_pkt()
1208 pkt->stream_index = sub_st->index; in get_subtitle_pkt()
1213 return sub_st; in get_subtitle_pkt()

Completed in 9 milliseconds