summaryrefslogtreecommitdiff
path: root/libavcodec/escape124.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2010-07-02 11:19:29 +0000
committerDiego Biurrun <diego@biurrun.de>2010-07-02 11:19:29 +0000
commit09f6a45dc28f229d4cb1e31dffdea868501dfb43 (patch)
tree1a11d298c2f3950f3fad2ca6526c4c760ece3841 /libavcodec/escape124.c
parentc4e12a9fa4d4f524d7a5832d82594c6b72e2ecae (diff)
Remove non-existing stray arguments from Doxygen function documentation.
Originally committed as revision 23976 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/escape124.c')
-rw-r--r--libavcodec/escape124.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/escape124.c b/libavcodec/escape124.c
index b51206a0b5..ddb4fa47d9 100644
--- a/libavcodec/escape124.c
+++ b/libavcodec/escape124.c
@@ -200,8 +200,6 @@ static const uint16_t mask_matrix[] = {0x1, 0x2, 0x10, 0x20,
* @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,