From c846dfe527ad948bc24f81ee6fda638e0396db9e Mon Sep 17 00:00:00 2001 From: banan Date: Tue, 3 Jun 2008 16:46:38 +0000 Subject: [PATCH] Sample tested and the code worked so the comment is removed git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13650 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b --- libavcodec/atrac3.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libavcodec/atrac3.c b/libavcodec/atrac3.c index 6015ef6ab..957d56bc2 100644 --- a/libavcodec/atrac3.c +++ b/libavcodec/atrac3.c @@ -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) { -- 2.39.2