[FFmpeg-soc] [soc]: r1948 - aac/aac.c
andoma
subversion at mplayerhq.hu
Fri Feb 29 09:11:40 CET 2008
Author: andoma
Date: Fri Feb 29 09:11:40 2008
New Revision: 1948
Log:
remove even more superfluous writes of 0 to already cleared memory
Modified:
aac/aac.c
Modified: aac/aac.c
==============================================================================
--- aac/aac.c (original)
+++ aac/aac.c Fri Feb 29 09:11:40 2008
@@ -970,14 +970,11 @@ static int aac_decode_init(AVCodecContex
ff_kbd_window_init(ac->kbd_short_128, 6.0, 128);
sine_window_init(ac->sine_long_1024, 2048);
sine_window_init(ac->sine_short_128, 256);
- ac->ssrctx = NULL;
}
for (i = 0; i < 128; i++) {
ac->sine_short_128[i] *= 8.;
ac->kbd_short_128[i] *= 8.;
}
- ac->mdct_ltp = NULL;
-
return 0;
}
More information about the FFmpeg-soc
mailing list