mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-12-24 11:52:06 +08:00
Output MPEG-TS stream identifiers.
with changes by michael to simplify API
This commit is contained in:
committed by
Michael Niedermayer
parent
8381ab1437
commit
fa12fb3b00
@@ -994,6 +994,9 @@ int ff_parse_mpeg2_descriptor(AVFormatContext *fc, AVStream *st, int stream_type
|
||||
stream_type == STREAM_TYPE_PRIVATE_DATA)
|
||||
mpegts_find_stream_type(st, st->codec->codec_tag, REGD_types);
|
||||
break;
|
||||
case 0x52: /* stream identifier descriptor */
|
||||
st->stream_identifier = 1 + get8(pp, desc_end);
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user