summaryrefslogtreecommitdiff
path: root/libavcodec/vp8.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2011-07-02 13:23:35 +0200
committerDiego Biurrun <diego@biurrun.de>2011-07-03 18:30:02 +0200
commit24c9babaaf458f943ed1ef74628d157ac29c5d5f (patch)
treeaeb679b6514b4f1559b444ccc9e781d8e09ca13d /libavcodec/vp8.c
parent01c17c88ede76f8321cf2c59a535dbbc5b5ff989 (diff)
doxygen: Fix parameter names to match the function prototypes.
Diffstat (limited to 'libavcodec/vp8.c')
-rw-r--r--libavcodec/vp8.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/vp8.c b/libavcodec/vp8.c
index 282d2fdb4e..fdf63f095d 100644
--- a/libavcodec/vp8.c
+++ b/libavcodec/vp8.c
@@ -1039,7 +1039,7 @@ static const uint8_t subpel_idx[3][8] = {
* @param s VP8 decoding context
* @param luma 1 for luma (Y) planes, 0 for chroma (Cb/Cr) planes
* @param dst target buffer for block data at block position
- * @param src reference picture buffer at origin (0, 0)
+ * @param ref reference picture buffer at origin (0, 0)
* @param mv motion vector (relative to block position) to get pixel data from
* @param x_off horizontal position of block from origin (0, 0)
* @param y_off vertical position of block from origin (0, 0)