# HG changeset patch # User diego # Date 1278629847 0 # Node ID 5043c3aaa0a2c9b557813d0d22e7824ffe8331e9 # Parent 0ae85799341a99a56cb616b868c73165de432019 Add back previously removed non-existing function params in doxygen comments. diff -r 0ae85799341a -r 5043c3aaa0a2 escape124.c --- a/escape124.c Thu Jul 08 17:55:37 2010 +0000 +++ b/escape124.c Thu Jul 08 22:57:27 2010 +0000 @@ -200,6 +200,8 @@ * @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, diff -r 0ae85799341a -r 5043c3aaa0a2 fraps.c --- a/fraps.c Thu Jul 08 17:55:37 2010 +0000 +++ b/fraps.c Thu Jul 08 22:57:27 2010 +0000 @@ -123,6 +123,8 @@ * @param avctx codec context * @param data output AVFrame * @param data_size size of output data or 0 if no picture is returned + * @param buf input data frame + * @param buf_size size of input data frame * @return number of consumed bytes on success or negative if decode fails */ static int decode_frame(AVCodecContext *avctx, diff -r 0ae85799341a -r 5043c3aaa0a2 rl2.c --- a/rl2.c Thu Jul 08 17:55:37 2010 +0000 +++ b/rl2.c Thu Jul 08 22:57:27 2010 +0000 @@ -174,6 +174,8 @@ * @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,