changeset 6997:d83420509f90 libavcodec

Sample tested and the code worked so the comment is removed
author banan
date Tue, 03 Jun 2008 16:46:38 +0000
parents 9234c354dd3c
children d32b97ccfd42
files atrac3.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/atrac3.c	Tue Jun 03 11:56:09 2008 +0000
+++ b/atrac3.c	Tue Jun 03 16:46:38 2008 +0000
@@ -306,7 +306,6 @@
 
     if (codingFlag != 0) {
         /* constant length coding (CLC) */
-        //FIXME we don't have any samples coded in CLC mode
         numBits = CLCLengthTab[selector];
 
         if (selector > 1) {