diff ac3.h @ 7011:77f607fb4e8b libavcodec

get the number of blocks from the ac3 parser and use in the ac3 decoder.
author jbr
date Sat, 07 Jun 2008 22:29:03 +0000
parents 4e96557381d9
children 4156c54aedba
line wrap: on
line diff
--- a/ac3.h	Sat Jun 07 13:21:24 2008 +0000
+++ b/ac3.h	Sat Jun 07 22:29:03 2008 +0000
@@ -88,6 +88,7 @@
     int center_mix_level;                   ///< Center mix level index
     int surround_mix_level;                 ///< Surround mix level index
     uint16_t channel_map;
+    int num_blocks;                         ///< number of audio blocks
     /** @} */
 
     /** @defgroup derived Derived values