diff aac_ac3_parser.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 82ab0b77695b
children
line wrap: on
line diff
--- a/aac_ac3_parser.h	Sun Apr 19 14:05:55 2009 +0000
+++ b/aac_ac3_parser.h	Sun Apr 19 15:05:32 2009 +0000
@@ -48,6 +48,7 @@
     int sample_rate;
     int bit_rate;
     int samples;
+    int64_t channel_layout;
 
     int remaining_size;
     uint64_t state;