[FFmpeg-soc] [soc]: r2964 - aacenc/aacpsy.h

kostya subversion at mplayerhq.hu
Fri Aug 1 11:15:27 CEST 2008


Author: kostya
Date: Fri Aug  1 11:15:26 2008
New Revision: 2964

Log:
Document psy models

Modified:
   aacenc/aacpsy.h

Modified: aacenc/aacpsy.h
==============================================================================
--- aacenc/aacpsy.h	(original)
+++ aacenc/aacpsy.h	Fri Aug  1 11:15:26 2008
@@ -27,11 +27,11 @@
 #include "aac.h"
 
 enum AACPsyModelType{
-    AAC_PSY_NULL,              // do nothing on frequencies
-    AAC_PSY_NULL8,             // do nothing on frequencies but work with short windows
-    AAC_PSY_3GPP,              // model following recommendations from 3GPP TS 26.403
+    AAC_PSY_NULL,              ///< do nothing on frequencies
+    AAC_PSY_NULL8,             ///< do nothing on frequencies but work with short windows
+    AAC_PSY_3GPP,              ///< model following recommendations from 3GPP TS 26.403
 
-    AAC_NB_PSY_MODELS
+    AAC_NB_PSY_MODELS          ///< total number of psychoacoustic models
 };
 
 /**



More information about the FFmpeg-soc mailing list