]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/asf.h
move structs and enums to top of file so they can be used
[ffmpeg] / libavformat / asf.h
index 2f5515a5c39717439970c8a686b6a991461f09ad..6d76ebecb2199c314e1e32ae3972ca7e715df13a 100644 (file)
@@ -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