diff options
author | Diego Biurrun <diego@biurrun.de> | 2011-07-03 16:11:16 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2011-07-03 18:30:02 +0200 |
commit | 01c17c88ede76f8321cf2c59a535dbbc5b5ff989 (patch) | |
tree | 6b81a9c556e2c5b19fb74565dcee2798955bb3d6 /libavcodec/h264idct_template.c | |
parent | 3d85acc8f71581f403ea33711af76d97c4922310 (diff) | |
download | ffmpeg-01c17c88ede76f8321cf2c59a535dbbc5b5ff989.tar.gz |
doxygen: Remove spurious documentation for non-existing function parameters.
Diffstat (limited to 'libavcodec/h264idct_template.c')
-rw-r--r-- | libavcodec/h264idct_template.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/h264idct_template.c b/libavcodec/h264idct_template.c index e7f9af7fb0..e288f9bf1b 100644 --- a/libavcodec/h264idct_template.c +++ b/libavcodec/h264idct_template.c @@ -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 |