From bd7d08e27e54031a2614b800924fa4bee7ef858b Mon Sep 17 00:00:00 2001 From: Thilo Borgmann Date: Wed, 14 Jul 2010 13:12:24 +0000 Subject: 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 --- libavcodec/rl2.c | 9 --------- 1 file changed, 9 deletions(-) (limited to 'libavcodec/rl2.c') diff --git a/libavcodec/rl2.c b/libavcodec/rl2.c index 1174c35d51..ba99fb91b8 100644 --- a/libavcodec/rl2.c +++ b/libavcodec/rl2.c @@ -169,15 +169,6 @@ static av_cold int rl2_decode_init(AVCodecContext *avctx) } -/** - * 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) -- cgit v1.2.3