[FFmpeg-cvslog] anm: fix a few Doxygen comments
Diego Biurrun
git at videolan.org
Wed Jul 4 00:36:33 CEST 2012
ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Mon Jul 2 20:40:26 2012 +0200| [4051be6f50ff6a089195809cfdc872457b49ab02] | committer: Diego Biurrun
anm: fix a few Doxygen comments
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4051be6f50ff6a089195809cfdc872457b49ab02
---
libavcodec/anm.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/libavcodec/anm.c b/libavcodec/anm.c
index b86b7c0..d979ba4 100644
--- a/libavcodec/anm.c
+++ b/libavcodec/anm.c
@@ -55,8 +55,9 @@ static av_cold int decode_init(AVCodecContext *avctx)
/**
* Perform decode operation
- * @param dst, dst_end Destination image buffer
- * @param gb, GetByteContext (optional, see below)
+ * @param dst pointer to destination image buffer
+ * @param dst_end pointer to end of destination image buffer
+ * @param gb GetByteContext (optional, see below)
* @param pixel Fill color (optional, see below)
* @param count Pixel count
* @param x Pointer to x-axis counter
More information about the ffmpeg-cvslog
mailing list