From 9eb42c272b122f8da02e361fc45c1f6f63c15c8a Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Thu, 8 Jul 2010 22:57:27 +0000 Subject: Add back previously removed non-existing function params in doxygen comments. Originally committed as revision 24131 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/escape124.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavcodec/escape124.c') diff --git a/libavcodec/escape124.c b/libavcodec/escape124.c index ddb4fa47d9..b51206a0b5 100644 --- a/libavcodec/escape124.c +++ b/libavcodec/escape124.c @@ -200,6 +200,8 @@ static const uint16_t mask_matrix[] = {0x1, 0x2, 0x10, 0x20, * @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 escape124_decode_frame(AVCodecContext *avctx, -- cgit v1.2.3