[FFmpeg-soc] [soc]: r4086 - amr/amrnbfloatdec.c
kmalaussene
subversion at mplayerhq.hu
Thu Feb 19 03:30:53 CET 2009
Author: kmalaussene
Date: Thu Feb 19 03:30:52 2009
New Revision: 4086
Log:
cosmetics after previous commit
Modified:
amr/amrnbfloatdec.c
Modified: amr/amrnbfloatdec.c
==============================================================================
--- amr/amrnbfloatdec.c Thu Feb 19 03:29:20 2009 (r4085)
+++ amr/amrnbfloatdec.c Thu Feb 19 03:30:52 2009 (r4086)
@@ -98,9 +98,8 @@ typedef struct AMRContext {
*
* @note It is safe to pass the same buffer for out and in_a or in_b.
*/
- void ff_weighted_vector_sumf(float *out, const float *in_a,
- const float *in_b, float weight_coeff_a,
- float weight_coeff_b, int length)
+ void ff_weighted_vector_sumf(float *out, const float *in_a, const float *in_b,
+ float weight_coeff_a, float weight_coeff_b, int length)
{
int i;
More information about the FFmpeg-soc
mailing list