[FFmpeg-cvslog] r13650 - trunk/libavcodec/atrac3.c

banan subversion
Tue Jun 3 18:46:39 CEST 2008


Author: banan
Date: Tue Jun  3 18:46:38 2008
New Revision: 13650

Log:
Sample tested and the code worked so the comment is removed

Modified:
   trunk/libavcodec/atrac3.c

Modified: trunk/libavcodec/atrac3.c
==============================================================================
--- trunk/libavcodec/atrac3.c	(original)
+++ trunk/libavcodec/atrac3.c	Tue Jun  3 18:46:38 2008
@@ -306,7 +306,6 @@ static void readQuantSpectralCoeffs (Get
 
     if (codingFlag != 0) {
         /* constant length coding (CLC) */
-        //FIXME we don't have any samples coded in CLC mode
         numBits = CLCLengthTab[selector];
 
         if (selector > 1) {




More information about the ffmpeg-cvslog mailing list