Author: superdump
Date: Sun Jul 27 23:02:56 2008
New Revision: 2861

Log:
Remove unused enum member


Modified:
   aac/aac.c

Modified: aac/aac.c
==============================================================================
--- aac/aac.c   (original)
+++ aac/aac.c   Sun Jul 27 23:02:56 2008
@@ -182,7 +182,6 @@ enum BandType {
     NOISE_BT       = 13,    ///< Spectral data are scaled white noise not 
coded in the bitstream.
     INTENSITY_BT2  = 14,    ///< Scalefactor data are intensity stereo 
positions.
     INTENSITY_BT   = 15,    ///< Scalefactor data are intensity stereo 
positions.
-    ESC_FLAG       = 16,
 };
 
 #define IS_CODEBOOK_UNSIGNED(x) ((x - 1) & 10)
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to