Author: superdump Date: Sat Aug 9 12:49:36 2008 New Revision: 3092 Log: Remove unnecessary space
Modified: aac/aactab.h Modified: aac/aactab.h ============================================================================== --- aac/aactab.h (original) +++ aac/aactab.h Sat Aug 9 12:49:36 2008 @@ -62,7 +62,7 @@ extern const int8_t *ff_aac_codebook_vec #ifdef CONFIG_HARDCODED_TABLES extern const float ff_aac_ivquant_tab[IVQUANT_SIZE]; -extern const float ff_aac_pow2sf_tab[316]; +extern const float ff_aac_pow2sf_tab[316]; #endif /* CONFIG_HARDCODED_TABLES */ #endif /* FFMPEG_AACTAB_H */ _______________________________________________ FFmpeg-soc mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc
