summaryrefslogtreecommitdiffstats
path: root/libavcodec/acelp_vectors.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2008-08-21 23:52:48 +0000
committerMichael Niedermayer <michaelni@gmx.at>2008-08-21 23:52:48 +0000
commit474efc188974b13ddf8f4b29e82818f0bdb0b787 (patch)
tree2060c8222228e9aafbbfe488fdcf6f3af4d8cb58 /libavcodec/acelp_vectors.h
parent27b71e4b24bf8597d706c7631e89671915a863e7 (diff)
downloadffmpeg-streaming-474efc188974b13ddf8f4b29e82818f0bdb0b787.zip
ffmpeg-streaming-474efc188974b13ddf8f4b29e82818f0bdb0b787.tar.gz
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
Diffstat (limited to 'libavcodec/acelp_vectors.h')
-rw-r--r--libavcodec/acelp_vectors.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/acelp_vectors.h b/libavcodec/acelp_vectors.h
index c1cbf86..ae6c0b2 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,
OpenPOWER on IntegriCloud