]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/h264idct_template.c
Merge remote-tracking branch 'qatar/master'
[ffmpeg] / libavcodec / h264idct_template.c
index 2acdf47a2fbceb9cd875141a618f4ff02a9c094f..d198c10c5c9c9fae6110778db52230817a2ae665 100644 (file)
@@ -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