diff ac3.h @ 6671:2d0b86dfe5bb libavcodec

add a ff_ac3_parse_header_full() which calls ff_ac3_parse_header() and then reads the channel_map stuff
author bwolowiec
date Thu, 24 Apr 2008 22:27:13 +0000
parents a409fbf1f42b
children 4e96557381d9
line wrap: on
line diff
--- a/ac3.h	Thu Apr 24 12:39:25 2008 +0000
+++ b/ac3.h	Thu Apr 24 22:27:13 2008 +0000
@@ -97,6 +97,7 @@
     uint16_t frame_size;
     int center_mix_level;                   ///< Center mix level index
     int surround_mix_level;                 ///< Surround mix level index
+    uint16_t channel_map;
     /** @} */
 } AC3HeaderInfo;