comparison aac.h @ 9948:98fd723f72e7 libavcodec

Ignore subsequent channel configurations after the first in an AAC file. The current code doesn't handle them properly, and they are a dubious construction at best.
author alexc
date Fri, 10 Jul 2009 21:53:04 +0000
parents d09283aeeef8
children 38ab367d4231
comparison
equal deleted inserted replaced
9947:1a345787ba68 9948:98fd723f72e7
272 float sf_scale; ///< Pre-scale for correct IMDCT and dsp.float_to_int16. 272 float sf_scale; ///< Pre-scale for correct IMDCT and dsp.float_to_int16.
273 int sf_offset; ///< offset into pow2sf_tab as appropriate for dsp.float_to_int16 273 int sf_offset; ///< offset into pow2sf_tab as appropriate for dsp.float_to_int16
274 /** @} */ 274 /** @} */
275 275
276 DECLARE_ALIGNED(16, float, temp[128]); 276 DECLARE_ALIGNED(16, float, temp[128]);
277
278 int output_configured;
277 } AACContext; 279 } AACContext;
278 280
279 #endif /* AVCODEC_AAC_H */ 281 #endif /* AVCODEC_AAC_H */