diff fraps.c @ 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 126392340f69
children 9cfc564bc3e6
line wrap: on
line diff
--- 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,