diff options
author | Diego Biurrun <diego@biurrun.de> | 2010-07-08 22:57:27 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2010-07-08 22:57:27 +0000 |
commit | 9eb42c272b122f8da02e361fc45c1f6f63c15c8a (patch) | |
tree | 52a9a59b29daf6e45867abf301e9b23d2e3cad64 /libavcodec/rl2.c | |
parent | 16400da6f3b75b5c6027e207d861e0722cbd347d (diff) | |
download | ffmpeg-9eb42c272b122f8da02e361fc45c1f6f63c15c8a.tar.gz |
Add back previously removed non-existing function params in doxygen comments.
Originally committed as revision 24131 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/rl2.c')
-rw-r--r-- | libavcodec/rl2.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/rl2.c b/libavcodec/rl2.c index 6f93604108..1174c35d51 100644 --- a/libavcodec/rl2.c +++ b/libavcodec/rl2.c @@ -174,6 +174,8 @@ 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, |