summaryrefslogtreecommitdiff
path: root/libavformat/asf.h
diff options
context:
space:
mode:
authorRyan Martell <rdm4@martellventures.com>2007-02-20 23:44:11 +0000
committerPanagiotis Issaris <takis.issaris@uhasselt.be>2007-02-20 23:44:11 +0000
commit0e3b6a6f55eaa060166ab4f02f4d22cfc75d8d27 (patch)
treec448f4d444d8cce543adc270a6d4c630250cc27e /libavformat/asf.h
parent8ffed8d89f104de6769418ad08c829f3d259d4f1 (diff)
Add the stream_bitrate GUID to the asf parsing code, and set stream bitrate
properties accordingly. Patch by Ryan Martell, rdm4 % martellventures com. Originally committed as revision 8046 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/asf.h')
-rw-r--r--libavformat/asf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/asf.h b/libavformat/asf.h
index 2f5515a5c3..6d76ebecb2 100644
--- a/libavformat/asf.h
+++ b/libavformat/asf.h
@@ -76,6 +76,7 @@ typedef struct {
int is_streamed;
int asfid2avid[128]; ///< conversion table from asf ID 2 AVStream ID
ASFStream streams[128]; ///< it's max number and it's not that big
+ uint32_t stream_bitrates[128]; ///< max number of streams, bitrate for each (for streaming)
/* non streamed additonnal info */
uint64_t nb_packets; ///< how many packets are there in the file, invalid if broadcasting
int64_t duration; ///< in 100ns units