From 66e2dd11876395c3ad053744b19fd46b0618155a Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sun, 3 Jul 2011 19:29:18 +0200 Subject: [PATCH] doxygen: Add qmul docs. --- libavcodec/h264idct_template.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavcodec/h264idct_template.c b/libavcodec/h264idct_template.c index e288f9b..c024538 100644 --- a/libavcodec/h264idct_template.c +++ b/libavcodec/h264idct_template.c @@ -237,6 +237,7 @@ void FUNCC(ff_h264_idct_add8)(uint8_t **dest, const int *block_offset, DCTELEM * } /** * IDCT transforms the 16 dc values and dequantizes them. + * @param qmul quantization parameter */ void FUNCC(ff_h264_luma_dc_dequant_idct)(DCTELEM *_output, DCTELEM *_input, int qmul){ #define stride 16 -- 2.7.4