diff rl2.c @ 12056:25e9cb2b9477 libavcodec

Fix misspelled parameter names in Doxygen documentation. This fixes one Doxygen warning each.
author diego
date Fri, 02 Jul 2010 10:49:29 +0000
parents 7dd2a45249a9
children 75f4dfbd0462
line wrap: on
line diff
--- a/rl2.c	Fri Jul 02 10:37:13 2010 +0000
+++ b/rl2.c	Fri Jul 02 10:49:29 2010 +0000
@@ -50,7 +50,7 @@
 /**
  * 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