[FFmpeg-soc] [soc]: r1006 - qcelp/qcelpdec.c
reynaldo
subversion at mplayerhq.hu
Sun Aug 19 05:45:29 CEST 2007
Author: reynaldo
Date: Sun Aug 19 05:45:29 2007
New Revision: 1006
Log:
TRIVIAL removes useles FIXME, there arent any outbounds reads posible ..
Modified:
qcelp/qcelpdec.c
Modified: qcelp/qcelpdec.c
==============================================================================
--- qcelp/qcelpdec.c (original)
+++ qcelp/qcelpdec.c Sun Aug 19 05:45:29 2007
@@ -266,9 +266,6 @@ void qcelp_decode_params(AVCodecContext
* Computes the scaled codebook vector Cdn From INDEX and GAIN
* For all rates
*
- * FIXME:
- * - Needs outbound reading checks and error propagation if weirdness
- * is detected :-).
*/
static int qcelp_compute_svector(qcelp_packet_rate rate, const float *gain,
const int *index, uint16_t cbseed, float *cdn_vector)
More information about the FFmpeg-soc
mailing list