summaryrefslogtreecommitdiff
path: root/libavcodec/fraps.c
diff options
context:
space:
mode:
authorThilo Borgmann <thilo.borgmann@googlemail.com>2010-07-14 13:12:24 +0000
committerDiego Biurrun <diego@biurrun.de>2010-07-14 13:12:24 +0000
commitbd7d08e27e54031a2614b800924fa4bee7ef858b (patch)
tree475e39aab096613689f7ab485dddb3005b17a2e9 /libavcodec/fraps.c
parenta59096e4a7f2ddd7438702520b6efa5938eeb5ea (diff)
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 Originally committed as revision 24237 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/fraps.c')
-rw-r--r--libavcodec/fraps.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/libavcodec/fraps.c b/libavcodec/fraps.c
index 0829ac7e74..e9e6ecf450 100644
--- a/libavcodec/fraps.c
+++ b/libavcodec/fraps.c
@@ -118,15 +118,6 @@ static int fraps2_decode_plane(FrapsContext *s, uint8_t *dst, int stride, int w,
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)