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
 };
 
 /**
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to