From 17125bd9da2e7027a5077b78bcc7ca246192f86d Mon Sep 17 00:00:00 2001 From: Benjamin Larsson Date: Tue, 3 Jun 2008 16:46:38 +0000 Subject: [PATCH] Sample tested and the code worked so the comment is removed Originally committed as revision 13650 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/atrac3.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libavcodec/atrac3.c b/libavcodec/atrac3.c index 6015ef6ab6..957d56bc25 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) {