Browse Source

Remove nonsense @return Doxygen comment for void function.

Originally committed as revision 15756 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun 17 years ago
parent
commit
3ef08e321a
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      libavcodec/celp_filters.h

+ 0
- 2
libavcodec/celp_filters.h View File

@@ -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.
* *


Loading…
Cancel
Save