diff ac3.h @ 9512:ba5d9a97ab2f libavcodec

Add channel layout support to the AC-3 decoder and AC-3 parser.
author jbr
date Sun, 19 Apr 2009 15:05:32 +0000
parents e9d9d946f213
children 2887f410011f
line wrap: on
line diff
--- a/ac3.h	Sun Apr 19 14:05:55 2009 +0000
+++ b/ac3.h	Sun Apr 19 15:05:32 2009 +0000
@@ -100,6 +100,7 @@
     uint32_t bit_rate;
     uint8_t channels;
     uint16_t frame_size;
+    int64_t channel_layout;
     /** @} */
 } AC3HeaderInfo;