]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/h264idct_template.c
RTSP: Doxygen comment cleanup
[ffmpeg] / libavcodec / h264idct_template.c
index e7f9af7fb0493c2a7a99ec73f6b9ea337398e523..e288f9bf1b324a5848c0be5551f8392e5feb040f 100644 (file)
@@ -237,7 +237,6 @@ void FUNCC(ff_h264_idct_add8)(uint8_t **dest, const int *block_offset, DCTELEM *
 }
 /**
  * IDCT transforms the 16 dc values and dequantizes them.
- * @param qp quantization parameter
  */
 void FUNCC(ff_h264_luma_dc_dequant_idct)(DCTELEM *_output, DCTELEM *_input, int qmul){
 #define stride 16