changeset 12117:5043c3aaa0a2 libavcodec

Add back previously removed non-existing function params in doxygen comments.
author diego
date Thu, 08 Jul 2010 22:57:27 +0000
parents 0ae85799341a
children 14f1cfd2f1f2
files escape124.c fraps.c rl2.c
diffstat 3 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/escape124.c	Thu Jul 08 17:55:37 2010 +0000
+++ b/escape124.c	Thu Jul 08 22:57:27 2010 +0000
@@ -200,6 +200,8 @@
  * @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,
--- a/fraps.c	Thu Jul 08 17:55:37 2010 +0000
+++ b/fraps.c	Thu Jul 08 22:57:27 2010 +0000
@@ -123,6 +123,8 @@
  * @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,
--- a/rl2.c	Thu Jul 08 17:55:37 2010 +0000
+++ b/rl2.c	Thu Jul 08 22:57:27 2010 +0000
@@ -174,6 +174,8 @@
  * @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,