summaryrefslogtreecommitdiff
path: root/libavutil/imgutils.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2011-07-02 14:42:27 +0200
committerDiego Biurrun <diego@biurrun.de>2011-07-03 18:30:02 +0200
commitff993cd7fcdfeffcac10337c0c6b69c599060c2b (patch)
treedc4319bdfb6225de5a33695939057526549dc3b1 /libavutil/imgutils.h
parent24c9babaaf458f943ed1ef74628d157ac29c5d5f (diff)
doxygen: Drop array size declarations from Doxygen parameter names.
Adding [] to a Doxygen parameter name clashes with Doxygen syntax.
Diffstat (limited to 'libavutil/imgutils.h')
-rw-r--r--libavutil/imgutils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/imgutils.h b/libavutil/imgutils.h
index 0666a28ef5..6017a70f71 100644
--- a/libavutil/imgutils.h
+++ b/libavutil/imgutils.h
@@ -69,7 +69,7 @@ int av_image_fill_linesizes(int linesizes[4], enum PixelFormat pix_fmt, int widt
*
* @param data pointers array to be filled with the pointer for each image plane
* @param ptr the pointer to a buffer which will contain the image
- * @param linesizes[4] the array containing the linesize for each
+ * @param linesizes the array containing the linesize for each
* plane, should be filled by av_image_fill_linesizes()
* @return the size in bytes required for the image buffer, a negative
* error code in case of failure