diff options
author | Diego Biurrun <diego@biurrun.de> | 2012-07-02 20:40:26 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2012-07-03 17:35:11 +0200 |
commit | 4051be6f50ff6a089195809cfdc872457b49ab02 (patch) | |
tree | 8dc98f474fa0c5b789dee01798af02e301770c36 /libavcodec/anm.c | |
parent | 09f211987cddf279390f8abe24d6a7a69622e356 (diff) | |
download | ffmpeg-4051be6f50ff6a089195809cfdc872457b49ab02.tar.gz |
anm: fix a few Doxygen comments
Diffstat (limited to 'libavcodec/anm.c')
-rw-r--r-- | libavcodec/anm.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libavcodec/anm.c b/libavcodec/anm.c index b86b7c0ffb..d979ba4323 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 |