[FFmpeg-soc] [soc]: r1105 - qcelp/qcelpdata.h
reynaldo
subversion at mplayerhq.hu
Mon Aug 20 23:42:16 CEST 2007
Author: reynaldo
Date: Mon Aug 20 23:42:16 2007
New Revision: 1105
Log:
COSMETIC - Removal of unclear portion of coment
Modified:
qcelp/qcelpdata.h
Modified: qcelp/qcelpdata.h
==============================================================================
--- qcelp/qcelpdata.h (original)
+++ qcelp/qcelpdata.h Mon Aug 20 23:42:16 2007
@@ -46,8 +46,7 @@
*
* The reason for this mistake seems to be the fact they forget to tell you
* have to do this calculations per codebook subframe and adjust given equation
- * values accordingly -- If not were by the obvious 'counting till 10' detail,
- * the given formula is simply not clear enough without this missing info.
+ * values accordingly.
*/
#define QCELP_FIX_SPEC_MISSING_CLAMP(n) ((n<9)? n+1:0)
More information about the FFmpeg-soc
mailing list