Commit c846dfe5 authored by banan's avatar banan

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
parent 3ce48c6f
...@@ -306,7 +306,6 @@ static void readQuantSpectralCoeffs (GetBitContext *gb, int selector, int coding ...@@ -306,7 +306,6 @@ static void readQuantSpectralCoeffs (GetBitContext *gb, int selector, int coding
if (codingFlag != 0) { if (codingFlag != 0) {
/* constant length coding (CLC) */ /* constant length coding (CLC) */
//FIXME we don't have any samples coded in CLC mode
numBits = CLCLengthTab[selector]; numBits = CLCLengthTab[selector];
if (selector > 1) { if (selector > 1) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment