diff ac3.h @ 6661:a409fbf1f42b libavcodec

change ff_ac3_parse_header() to take a GetBitContext instead of const char*
author bwolowiec
date Tue, 22 Apr 2008 11:14:01 +0000
parents b0d44aec1ec0
children 2d0b86dfe5bb
line wrap: on
line diff
--- a/ac3.h	Tue Apr 22 09:16:05 2008 +0000
+++ b/ac3.h	Tue Apr 22 11:14:01 2008 +0000
@@ -95,6 +95,8 @@
     uint32_t bit_rate;
     uint8_t channels;
     uint16_t frame_size;
+    int center_mix_level;                   ///< Center mix level index
+    int surround_mix_level;                 ///< Surround mix level index
     /** @} */
 } AC3HeaderInfo;