From 474efc188974b13ddf8f4b29e82818f0bdb0b787 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Thu, 21 Aug 2008 23:52:48 +0000 Subject: Make equation in doxy of ff_acelp_weighted_vector_sum() more readable by adding spaces. Originally committed as revision 14902 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/acelp_vectors.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/acelp_vectors.h') diff --git a/libavcodec/acelp_vectors.h b/libavcodec/acelp_vectors.h index c1cbf86454..ae6c0b23c3 100644 --- a/libavcodec/acelp_vectors.h +++ b/libavcodec/acelp_vectors.h @@ -138,7 +138,7 @@ void ff_acelp_fc_pulse_per_track( * * @note It is safe to pass the same buffer for out and in_a or in_b. * - * out[i] = (in_a[i]*weight_a+in_b[i]*weight_b+rounder) >> shift + * out[i] = (in_a[i]*weight_a + in_b[i]*weight_b + rounder) >> shift */ void ff_acelp_weighted_vector_sum( int16_t* out, -- cgit v1.2.3