[FFmpeg-soc] [soc]: r1613 - aac/aac.c
diego
subversion at mplayerhq.hu
Thu Dec 20 10:55:26 CET 2007
Author: diego
Date: Thu Dec 20 10:55:25 2007
New Revision: 1613
Log:
Remove useless comment.
Modified:
aac/aac.c
Modified: aac/aac.c
==============================================================================
--- aac/aac.c (original)
+++ aac/aac.c Thu Dec 20 10:55:25 2007
@@ -463,7 +463,6 @@ static void sine_window_init(float *wind
window[i] = sin((i + 0.5) * alpha);
}
-// ssr context init
static void ssr_context_init(ssr_context * ctx) {
int b, i;
for (b = 0; b < 2; b++) {
More information about the FFmpeg-soc
mailing list