diff options
author | Thilo Borgmann <thilo.borgmann@googlemail.com> | 2010-07-14 13:12:24 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2010-07-14 13:12:24 +0000 |
commit | bd7d08e27e54031a2614b800924fa4bee7ef858b (patch) | |
tree | 475e39aab096613689f7ab485dddb3005b17a2e9 /libavcodec/rl2.c | |
parent | a59096e4a7f2ddd7438702520b6efa5938eeb5ea (diff) | |
download | ffmpeg-bd7d08e27e54031a2614b800924fa4bee7ef858b.tar.gz |
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/rl2.c')
-rw-r--r-- | libavcodec/rl2.c | 9 |
1 files changed, 0 insertions, 9 deletions
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) |