[FFmpeg-cvslog] r14902 - trunk/libavcodec/acelp_vectors.h
michael
subversion
Fri Aug 22 01:52:48 CEST 2008
Author: michael
Date: Fri Aug 22 01:52:48 2008
New Revision: 14902
Log:
Make equation in doxy of ff_acelp_weighted_vector_sum() more readable by
adding spaces.
Modified:
trunk/libavcodec/acelp_vectors.h
Modified: trunk/libavcodec/acelp_vectors.h
==============================================================================
--- trunk/libavcodec/acelp_vectors.h (original)
+++ trunk/libavcodec/acelp_vectors.h Fri Aug 22 01:52:48 2008
@@ -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,
More information about the ffmpeg-cvslog
mailing list