summaryrefslogtreecommitdiff
path: root/libavcodec/atrac3.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/atrac3.c')
-rw-r--r--libavcodec/atrac3.c1
1 files changed, 0 insertions, 1 deletions
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) {