OSDN Git Service

Sample tested and the code worked so the comment is removed
authorBenjamin Larsson <banan@ludd.ltu.se>
Tue, 3 Jun 2008 16:46:38 +0000 (16:46 +0000)
committerBenjamin Larsson <banan@ludd.ltu.se>
Tue, 3 Jun 2008 16:46:38 +0000 (16:46 +0000)
Originally committed as revision 13650 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/atrac3.c

index 6015ef6..957d56b 100644 (file)
@@ -306,7 +306,6 @@ static void readQuantSpectralCoeffs (GetBitContext *gb, int selector, int coding
 
     if (codingFlag != 0) {
         /* constant length coding (CLC) */
-        //FIXME we don't have any samples coded in CLC mode
         numBits = CLCLengthTab[selector];
 
         if (selector > 1) {