summaryrefslogtreecommitdiff
path: root/libavcodec/vp8.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2012-08-09 03:06:01 +0200
committerDiego Biurrun <diego@biurrun.de>2012-08-09 20:05:55 +0200
commit804d7a1aa6fd33fbe405698d90d02121423e540c (patch)
tree8bbe78ce91f950e6d80d7d6d73dd3e37849e75b7 /libavcodec/vp8.c
parent52561d011658e64fc3d0edb25f5f1b64f9aa7430 (diff)
doxygen: Fix function parameter names to match the code
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 3f88d78306..e50d7c99b7 100644
--- a/libavcodec/vp8.c
+++ b/libavcodec/vp8.c
@@ -751,7 +751,7 @@ void decode_mb_mode(VP8Context *s, VP8Macroblock *mb, int mb_x, int mb_y,
#ifndef decode_block_coeffs_internal
/**
- * @param c arithmetic bitstream reader context
+ * @param r arithmetic bitstream reader context
* @param block destination for block coefficients
* @param probs probabilities to use when reading trees from the bitstream
* @param i initial coeff index, 0 unless a separate DC block is coded