diff options
author | Kenan Gillet <kenan.gillet@gmail.com> | 2008-10-30 22:32:43 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-10-30 22:32:43 +0000 |
commit | 6cd911f11adfe2d50301be17af4d0d758fafc3d0 (patch) | |
tree | a1110e0fd457fa59119a8af64d2c3aa2bb118c01 /libavcodec | |
parent | 08c433972e0355e4999abafb0f27870a0a0df319 (diff) | |
download | ffmpeg-6cd911f11adfe2d50301be17af4d0d758fafc3d0.tar.gz |
Fix numbers in Doxygen comments, patch by Kenan Gillet, kenan.gillet gmail com.
Originally committed as revision 15758 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/celp_filters.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/celp_filters.h b/libavcodec/celp_filters.h index 43df0ae52f..d33aafd229 100644 --- a/libavcodec/celp_filters.h +++ b/libavcodec/celp_filters.h @@ -55,7 +55,7 @@ void ff_celp_convolve_circ( * * @return 1 if overflow occurred, 0 - otherwise * - * @note Output buffer must contain 10 samples of past + * @note Output buffer must contain filter_length samples of past * speech data before pointer. * * Routine applies 1/A(z) filter to given speech data. @@ -79,7 +79,7 @@ int ff_celp_lp_synthesis_filter( * @param buffer_length amount of data to process * @param filter_length filter length (10 for 10th order LP filter) * - * @note Output buffer must contain 10 samples of past + * @note Output buffer must contain filter_length samples of past * speech data before pointer. * * Routine applies 1/A(z) filter to given speech data. |