From 804d7a1aa6fd33fbe405698d90d02121423e540c Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Thu, 9 Aug 2012 03:06:01 +0200 Subject: doxygen: Fix function parameter names to match the code --- libavcodec/vp8.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/vp8.c') 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 -- cgit v1.2.3