Author: superdump
Date: Sun Jul 27 23:06:33 2008
New Revision: 2862

Log:
Add missing doxygen comment for FIRST_PAIR_BT


Modified:
   aac/aac.c

Modified: aac/aac.c
==============================================================================
--- aac/aac.c   (original)
+++ aac/aac.c   Sun Jul 27 23:06:33 2008
@@ -177,7 +177,7 @@ enum WindowSequence {
 
 enum BandType {
     ZERO_BT        = 0,     ///< Scalefactors and spectral data are all zero.
-    FIRST_PAIR_BT  = 5,
+    FIRST_PAIR_BT  = 5,     ///< This and later band types encode two values 
(rather than four) with one code word.
     ESC_BT         = 11,    ///< Spectral data are coded with an escape 
sequence.
     NOISE_BT       = 13,    ///< Spectral data are scaled white noise not 
coded in the bitstream.
     INTENSITY_BT2  = 14,    ///< Scalefactor data are intensity stereo 
positions.
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to