diff fraps.c @ 12163:9cfc564bc3e6 libavcodec

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
author diego
date Wed, 14 Jul 2010 13:12:24 +0000
parents 5043c3aaa0a2
children
line wrap: on
line diff
--- a/fraps.c	Wed Jul 14 04:10:52 2010 +0000
+++ b/fraps.c	Wed Jul 14 13:12:24 2010 +0000
@@ -118,15 +118,6 @@
     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)