X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fh264idct_template.c;h=d198c10c5c9c9fae6110778db52230817a2ae665;hb=5d4fd1d1adf1ec17dd19548783f7f2eb0d64225f;hp=2acdf47a2fbceb9cd875141a618f4ff02a9c094f;hpb=96676e1abfece89e20bc962255b48cb2d9e417bd;p=ffmpeg diff --git a/libavcodec/h264idct_template.c b/libavcodec/h264idct_template.c index 2acdf47a2fb..d198c10c5c9 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 *p_output, DCTELEM *p_input, int qmul){ #define stride 16