summaryrefslogtreecommitdiff
path: root/libavcodec/atrac3.c
diff options
context:
space:
mode:
authorBenjamin Larsson <banan@ludd.ltu.se>2008-06-03 16:46:38 +0000
committerBenjamin Larsson <banan@ludd.ltu.se>2008-06-03 16:46:38 +0000
commit17125bd9da2e7027a5077b78bcc7ca246192f86d (patch)
tree64c6c6d32b152154e5132848903ce9704e169e28 /libavcodec/atrac3.c
parentbde15e74de442cebf61acc6cd598a13aca249030 (diff)
Sample tested and the code worked so the comment is removed
Originally committed as revision 13650 to svn://svn.ffmpeg.org/ffmpeg/trunk
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) {