changeset 7658:152d97e263f5 libavcodec

Make equation in doxy of ff_acelp_weighted_vector_sum() more readable by adding spaces.
author michael
date Thu, 21 Aug 2008 23:52:48 +0000
parents c44919224bcd
children b87a9296e854
files acelp_vectors.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/acelp_vectors.h	Thu Aug 21 23:51:25 2008 +0000
+++ b/acelp_vectors.h	Thu Aug 21 23:52:48 2008 +0000
@@ -138,7 +138,7 @@
  *
  * @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,