Commit 3b183fa5 authored by diego's avatar diego

Remove nonsense @return Doxygen comment for void function.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15756 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent d2e90a82
...@@ -79,8 +79,6 @@ int ff_celp_lp_synthesis_filter( ...@@ -79,8 +79,6 @@ 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)
* *
* @return 1 if overflow occurred, 0 - otherwise
*
* @note Output buffer must contain 10 samples of past * @note Output buffer must contain 10 samples of past
* speech data before pointer. * speech data before pointer.
* *
......
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