[FFmpeg-soc] [soc]: r4006 - aacenc/aacenc.c
kostya
subversion at mplayerhq.hu
Mon Jan 26 14:37:36 CET 2009
Author: kostya
Date: Mon Jan 26 14:37:36 2009
New Revision: 4006
Log:
Sync AAC encoder to current FFmpeg CONFIG_ handling policy
Modified:
aacenc/aacenc.c
Modified: aacenc/aacenc.c
==============================================================================
--- aacenc/aacenc.c Sun Jan 25 16:56:43 2009 (r4005)
+++ aacenc/aacenc.c Mon Jan 26 14:37:36 2009 (r4006)
@@ -232,7 +232,7 @@ static av_cold int aac_encode_init(AVCod
ff_psy_init(&s->psy, avctx, 2, sizes, lengths);
s->psypp = ff_psy_preprocess_init(avctx);
-#ifndef CONFIG_HARDCODED_TABLES
+#if !CONFIG_HARDCODED_TABLES
for (i = 0; i < 316; i++)
ff_aac_pow2sf_tab[i] = pow(2, (i - 200)/4.);
#endif /* CONFIG_HARDCODED_TABLES */
More information about the FFmpeg-soc
mailing list