# HG changeset patch # User diego # Date 1225405963 0 # Node ID b9678ea8e5fbb746739ca162d75047879e3ec41b # Parent 36671e6689c7b7da04e9f48c18256164299d432c Fix numbers in Doxygen comments, patch by Kenan Gillet, kenan.gillet gmail com. diff -r 36671e6689c7 -r b9678ea8e5fb celp_filters.h --- 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.