Mercurial > libavcodec.hg
changeset 8095:b9678ea8e5fb libavcodec
Fix numbers in Doxygen comments, patch by Kenan Gillet, kenan.gillet gmail com.
author | diego |
---|---|
date | Thu, 30 Oct 2008 22:32:43 +0000 |
parents | 36671e6689c7 |
children | eb55481f35fa |
files | celp_filters.h |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/celp_filters.h Thu Oct 30 22:24:40 2008 +0000 +++ b/celp_filters.h Thu Oct 30 22:32:43 2008 +0000 @@ -55,7 +55,7 @@ * * @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 @@ * @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.