diff options
author | Benjamin Larsson <banan@ludd.ltu.se> | 2008-06-03 16:46:38 +0000 |
---|---|---|
committer | Benjamin Larsson <banan@ludd.ltu.se> | 2008-06-03 16:46:38 +0000 |
commit | 17125bd9da2e7027a5077b78bcc7ca246192f86d (patch) | |
tree | 64c6c6d32b152154e5132848903ce9704e169e28 | |
parent | bde15e74de442cebf61acc6cd598a13aca249030 (diff) | |
download | ffmpeg-17125bd9da2e7027a5077b78bcc7ca246192f86d.tar.gz |
Sample tested and the code worked so the comment is removed
Originally committed as revision 13650 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavcodec/atrac3.c | 1 |
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) { |