From 9a58234feaae8b387b7a7e41b643ec619534d26a Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Fri, 2 Jul 2010 10:49:29 +0000 Subject: Fix misspelled parameter names in Doxygen documentation. This fixes one Doxygen warning each. Originally committed as revision 23970 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/rl2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/rl2.c') diff --git a/libavcodec/rl2.c b/libavcodec/rl2.c index 30f5e839cc..1174c35d51 100644 --- a/libavcodec/rl2.c +++ b/libavcodec/rl2.c @@ -50,7 +50,7 @@ typedef struct Rl2Context { /** * Run Length Decode a single 320x200 frame * @param s rl2 context - * @param buf input buffer + * @param in input buffer * @param size input buffer size * @param out ouput buffer * @param stride stride of the output buffer -- cgit v1.2.3