[FFmpeg-cvslog] r24131 - in trunk/libavcodec: escape124.c fraps.c rl2.c
diego
subversion
Fri Jul 9 00:57:27 CEST 2010
Author: diego
Date: Fri Jul 9 00:57:27 2010
New Revision: 24131
Log:
Add back previously removed non-existing function params in doxygen comments.
Modified:
trunk/libavcodec/escape124.c
trunk/libavcodec/fraps.c
trunk/libavcodec/rl2.c
Modified: trunk/libavcodec/escape124.c
==============================================================================
--- trunk/libavcodec/escape124.c Fri Jul 9 00:21:10 2010 (r24130)
+++ trunk/libavcodec/escape124.c Fri Jul 9 00:57:27 2010 (r24131)
@@ -200,6 +200,8 @@ static const uint16_t mask_matrix[] = {0
* @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,
Modified: trunk/libavcodec/fraps.c
==============================================================================
--- trunk/libavcodec/fraps.c Fri Jul 9 00:21:10 2010 (r24130)
+++ trunk/libavcodec/fraps.c Fri Jul 9 00:57:27 2010 (r24131)
@@ -123,6 +123,8 @@ static int fraps2_decode_plane(FrapsCont
* @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,
Modified: trunk/libavcodec/rl2.c
==============================================================================
--- trunk/libavcodec/rl2.c Fri Jul 9 00:21:10 2010 (r24130)
+++ trunk/libavcodec/rl2.c Fri Jul 9 00:57:27 2010 (r24131)
@@ -174,6 +174,8 @@ static av_cold int rl2_decode_init(AVCod
* @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,
More information about the ffmpeg-cvslog
mailing list