summaryrefslogtreecommitdiff
path: root/libavcodec/escape124.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/escape124.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/escape124.c')
-rw-r--r--libavcodec/escape124.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/libavcodec/escape124.c b/libavcodec/escape124.c
index b51206a0b5..af14e0d7e5 100644
--- a/libavcodec/escape124.c
+++ b/libavcodec/escape124.c
@@ -195,15 +195,6 @@ static const uint16_t mask_matrix[] = {0x1, 0x2, 0x10, 0x20,
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)