diff aac.h @ 11819:9bdc0fe882fa libavcodec

aacdec: Work around illegal files with all elem_id tags set to the same value. Fixes issue 1882.
author alexc
date Thu, 03 Jun 2010 02:17:49 +0000
parents 7dd2a45249a9
children 9103a9b3573a
line wrap: on
line diff
--- a/aac.h	Wed Jun 02 22:41:32 2010 +0000
+++ b/aac.h	Thu Jun 03 02:17:49 2010 +0000
@@ -257,6 +257,7 @@
                                                    */
     ChannelElement * che[4][MAX_ELEM_ID];
     ChannelElement * tag_che_map[4][MAX_ELEM_ID];
+    uint8_t tags_seen_this_frame[4][MAX_ELEM_ID];
     int tags_mapped;
     /** @} */