[FFmpeg-soc] [soc]: r3092 - aac/aactab.h

superdump subversion at mplayerhq.hu
Sat Aug 9 12:49:36 CEST 2008


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 */



More information about the FFmpeg-soc mailing list