Commit 8dc521c9 authored by diego's avatar diego

Fix numbers in Doxygen comments, patch by Kenan Gillet, kenan.gillet gmail com.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15758 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent eb2d9028
...@@ -55,7 +55,7 @@ void ff_celp_convolve_circ( ...@@ -55,7 +55,7 @@ void ff_celp_convolve_circ(
* *
* @return 1 if overflow occurred, 0 - otherwise * @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. * speech data before pointer.
* *
* Routine applies 1/A(z) filter to given speech data. * Routine applies 1/A(z) filter to given speech data.
...@@ -79,7 +79,7 @@ int ff_celp_lp_synthesis_filter( ...@@ -79,7 +79,7 @@ int ff_celp_lp_synthesis_filter(
* @param buffer_length amount of data to process * @param buffer_length amount of data to process
* @param filter_length filter length (10 for 10th order LP filter) * @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. * speech data before pointer.
* *
* Routine applies 1/A(z) filter to given speech data. * Routine applies 1/A(z) filter to given speech data.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment