[FFmpeg-cvslog] r24237 - in trunk/libavcodec: escape124.c fraps.c rl2.c

diego subversion
Wed Jul 14 15:12:24 CEST 2010


Author: diego
Date: Wed Jul 14 15:12:24 2010
New Revision: 24237

Log:
Remove incomplete Doxygen for static decode_frame functions.
These functions are not documented for other decoders and
should be obvious enough even without Doxygen.
patch by Thilo Borgmann, thilo.borgmann googlemail com

Modified:
   trunk/libavcodec/escape124.c
   trunk/libavcodec/fraps.c
   trunk/libavcodec/rl2.c

Modified: trunk/libavcodec/escape124.c
==============================================================================
--- trunk/libavcodec/escape124.c	Wed Jul 14 14:32:00 2010	(r24236)
+++ trunk/libavcodec/escape124.c	Wed Jul 14 15:12:24 2010	(r24237)
@@ -195,15 +195,6 @@ static const uint16_t mask_matrix[] = {0
                                        0x100, 0x200, 0x1000, 0x2000,
                                        0x400, 0x800, 0x4000, 0x8000};
 
-/**
- * Decode a single frame
- * @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,
                                   void *data, int *data_size,
                                   AVPacket *avpkt)

Modified: trunk/libavcodec/fraps.c
==============================================================================
--- trunk/libavcodec/fraps.c	Wed Jul 14 14:32:00 2010	(r24236)
+++ trunk/libavcodec/fraps.c	Wed Jul 14 15:12:24 2010	(r24237)
@@ -118,15 +118,6 @@ static int fraps2_decode_plane(FrapsCont
     return 0;
 }
 
-/**
- * decode a frame
- * @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,
                         void *data, int *data_size,
                         AVPacket *avpkt)

Modified: trunk/libavcodec/rl2.c
==============================================================================
--- trunk/libavcodec/rl2.c	Wed Jul 14 14:32:00 2010	(r24236)
+++ trunk/libavcodec/rl2.c	Wed Jul 14 15:12:24 2010	(r24237)
@@ -169,15 +169,6 @@ static av_cold int rl2_decode_init(AVCod
 }
 
 
-/**
- * Decode a single frame
- * @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,
                               void *data, int *data_size,
                               AVPacket *avpkt)



More information about the ffmpeg-cvslog mailing list