From 791384ec29d4da056dc6539fe575b81c1785b642 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Fri, 2 Jul 2010 11:37:53 +0000 Subject: [PATCH 1/1] Remove two more non-existing stray Doxygen function arguments. Originally committed as revision 23977 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/rl2.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/libavcodec/rl2.c b/libavcodec/rl2.c index 1174c35d518..6f936041085 100644 --- a/libavcodec/rl2.c +++ b/libavcodec/rl2.c @@ -174,8 +174,6 @@ 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, -- 2.39.2