comparison aac.h @ 10199:38ab367d4231 libavcodec

Merge FFTContext and MDCTContext
author mru
date Sun, 20 Sep 2009 17:30:20 +0000
parents 98fd723f72e7
children 74e51b86b934
comparison
equal deleted inserted replaced
10198:78af613fc316 10199:38ab367d4231
255 255
256 /** 256 /**
257 * @defgroup tables Computed / set up during initialization. 257 * @defgroup tables Computed / set up during initialization.
258 * @{ 258 * @{
259 */ 259 */
260 MDCTContext mdct; 260 FFTContext mdct;
261 MDCTContext mdct_small; 261 FFTContext mdct_small;
262 DSPContext dsp; 262 DSPContext dsp;
263 int random_state; 263 int random_state;
264 /** @} */ 264 /** @} */
265 265
266 /** 266 /**