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
@@ -606,6 +606,13 @@ typedef struct AVStream {
|
||||
*/
|
||||
int codec_info_nb_frames;
|
||||
|
||||
/**
|
||||
* Stream Identifier
|
||||
* This is the MPEG-TS stream identifier +1
|
||||
* 0 means unknown
|
||||
*/
|
||||
int stream_identifier;
|
||||
|
||||
/**
|
||||
* Stream informations used internally by av_find_stream_info()
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user