comparison 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
comparison
equal deleted inserted replaced
11818:fd38b5438c26 11819:9bdc0fe882fa
255 enum ChannelPosition che_pos[4][MAX_ELEM_ID]; /**< channel element channel mapping with the 255 enum ChannelPosition che_pos[4][MAX_ELEM_ID]; /**< channel element channel mapping with the
256 * first index as the first 4 raw data block types 256 * first index as the first 4 raw data block types
257 */ 257 */
258 ChannelElement * che[4][MAX_ELEM_ID]; 258 ChannelElement * che[4][MAX_ELEM_ID];
259 ChannelElement * tag_che_map[4][MAX_ELEM_ID]; 259 ChannelElement * tag_che_map[4][MAX_ELEM_ID];
260 uint8_t tags_seen_this_frame[4][MAX_ELEM_ID];
260 int tags_mapped; 261 int tags_mapped;
261 /** @} */ 262 /** @} */
262 263
263 /** 264 /**
264 * @defgroup temporary aligned temporary buffers (We do not want to have these on the stack.) 265 * @defgroup temporary aligned temporary buffers (We do not want to have these on the stack.)