Add back previously removed non-existing function params in doxygen comments.

Originally committed as revision 24131 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun
2010-07-08 22:57:27 +00:00
parent 16400da6f3
commit 9eb42c272b
3 changed files with 6 additions and 0 deletions

View File

@@ -174,6 +174,8 @@ static av_cold int rl2_decode_init(AVCodecContext *avctx)
* @param avctx decoder context
* @param data decoded frame
* @param data_size size of the decoded frame
* @param buf input buffer
* @param buf_size input buffer size
* @return 0 success, -1 on error
*/
static int rl2_decode_frame(AVCodecContext *avctx,