diff aac.h @ 9149:955835e2bc99 libavcodec

Fix the channel allocation bug/assumption (issue 800). Approved by Rob on IRC.
author alexc
date Fri, 06 Mar 2009 19:47:01 +0000
parents 9396eb8808ca
children a5c709bba8e4
line wrap: on
line diff
--- a/aac.h	Fri Mar 06 08:03:26 2009 +0000
+++ b/aac.h	Fri Mar 06 19:47:01 2009 +0000
@@ -260,6 +260,8 @@
                                                    *   first index as the first 4 raw data block types
                                                    */
     ChannelElement * che[4][MAX_ELEM_ID];
+    ChannelElement * tag_che_map[4][MAX_ELEM_ID];
+    int tags_mapped;
     /** @} */
 
     /**