From bb5c0988eac1d75245675d92554b9a0ef4124b5c Mon Sep 17 00:00:00 2001 From: Alex Converse Date: Fri, 6 Mar 2009 19:47:01 +0000 Subject: Fix the channel allocation bug/assumption (issue 800). Approved by Rob on IRC. Originally committed as revision 17856 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/aac.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavcodec/aac.h') diff --git a/libavcodec/aac.h b/libavcodec/aac.h index 66b2e22d0e..32e7224c47 100644 --- a/libavcodec/aac.h +++ b/libavcodec/aac.h @@ -260,6 +260,8 @@ typedef struct { * 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; /** @} */ /** -- cgit v1.2.3