diff options
author | Diego Biurrun <diego@biurrun.de> | 2010-07-02 11:37:53 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2010-07-02 11:37:53 +0000 |
commit | 791384ec29d4da056dc6539fe575b81c1785b642 (patch) | |
tree | 7b7c5bfe10b7ecc565bb077a5a92a23cfa195727 /libavcodec/rl2.c | |
parent | 09f6a45dc28f229d4cb1e31dffdea868501dfb43 (diff) | |
download | ffmpeg-791384ec29d4da056dc6539fe575b81c1785b642.tar.gz |
Remove two more non-existing stray Doxygen function arguments.
Originally committed as revision 23977 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/rl2.c')
-rw-r--r-- | libavcodec/rl2.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/rl2.c b/libavcodec/rl2.c index 1174c35d51..6f93604108 100644 --- a/libavcodec/rl2.c +++ b/libavcodec/rl2.c @@ -174,8 +174,6 @@ static av_cold int rl2_decode_init(AVCodecContext *avctx) * @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, |