anm: fix a few Doxygen comments
This commit is contained in:
parent
09f211987c
commit
4051be6f50
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user