comparison atrac3.c @ 6997:d83420509f90 libavcodec

Sample tested and the code worked so the comment is removed
author banan
date Tue, 03 Jun 2008 16:46:38 +0000
parents 94dc0de175d9
children e943e1409077
comparison
equal deleted inserted replaced
6996:9234c354dd3c 6997:d83420509f90
304 if (selector == 1) 304 if (selector == 1)
305 numCodes /= 2; 305 numCodes /= 2;
306 306
307 if (codingFlag != 0) { 307 if (codingFlag != 0) {
308 /* constant length coding (CLC) */ 308 /* constant length coding (CLC) */
309 //FIXME we don't have any samples coded in CLC mode
310 numBits = CLCLengthTab[selector]; 309 numBits = CLCLengthTab[selector];
311 310
312 if (selector > 1) { 311 if (selector > 1) {
313 for (cnt = 0; cnt < numCodes; cnt++) { 312 for (cnt = 0; cnt < numCodes; cnt++) {
314 if (numBits) 313 if (numBits)