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

superdump subversion at mplayerhq.hu
Sun Aug 10 22:25:42 CEST 2008


Author: superdump
Date: Sun Aug 10 22:25:41 2008
New Revision: 3157

Log:
Add a note stating where the shared tables will be used


Modified:
   aac/aactab.h

Modified: aac/aactab.h
==============================================================================
--- aac/aactab.h	(original)
+++ aac/aactab.h	Sun Aug 10 22:25:41 2008
@@ -35,6 +35,11 @@
 
 #include <stdint.h>
 
+/* NOTE:
+ * Tables in this file are used by the AAC decoder and will be used by the AAC
+ * encoder.
+ */
+
 /* @name window coefficients
  * @{
  */



More information about the FFmpeg-soc mailing list