diff options
author | Kieran Kunhya <kieran@kunhya.com> | 2011-03-04 15:09:32 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-05-28 04:11:26 +0200 |
commit | fa12fb3b00cb4e08a38a4fb192293347c218b3d3 (patch) | |
tree | 05fee9039acddf8fdeb92d7142c55128751f2175 /libavformat/avformat.h | |
parent | 8381ab143779d25611a1bb05d674bc39fe940f77 (diff) | |
download | ffmpeg-fa12fb3b00cb4e08a38a4fb192293347c218b3d3.tar.gz |
Output MPEG-TS stream identifiers.
with changes by michael to simplify API
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r-- | libavformat/avformat.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h index 59123ca101..6381526a20 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -607,6 +607,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() */ #define MAX_STD_TIMEBASES (60*12+5) |