Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2010-07-09 02:57:27 +0400
committerDiego Biurrun <diego@biurrun.de>2010-07-09 02:57:27 +0400
commit9eb42c272b122f8da02e361fc45c1f6f63c15c8a (patch)
tree52a9a59b29daf6e45867abf301e9b23d2e3cad64 /libavcodec/escape124.c
parent16400da6f3b75b5c6027e207d861e0722cbd347d (diff)
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/escape124.c')
-rw-r--r--libavcodec/escape124.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/escape124.c b/libavcodec/escape124.c
index ddb4fa47d9..b51206a0b5 100644
--- a/libavcodec/escape124.c
+++ b/libavcodec/escape124.c
@@ -200,6 +200,8 @@ 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,