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/fraps.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavcodec/fraps.c') diff --git a/libavcodec/fraps.c b/libavcodec/fraps.c index b66dc6c343..0829ac7e74 100644 --- a/libavcodec/fraps.c +++ b/libavcodec/fraps.c @@ -123,6 +123,8 @@ static int fraps2_decode_plane(FrapsContext *s, uint8_t *dst, int stride, int w, * @param avctx codec context * @param data output AVFrame * @param data_size size of output data or 0 if no picture is returned + * @param buf input data frame + * @param buf_size size of input data frame * @return number of consumed bytes on success or negative if decode fails */ static int decode_frame(AVCodecContext *avctx, -- cgit v1.2.3