diff options
author | Diego Biurrun <diego@biurrun.de> | 2011-07-03 16:11:16 +0200 |
---|---|---|
committer | Reinhard Tartler <siretart@tauware.de> | 2011-07-03 19:58:33 +0200 |
commit | 8f536408d1a8b6899442fd46a2e70ffb2897f4c2 (patch) | |
tree | bb4fbc37201b7d658fbeb23607aadbb42649c1d8 | |
parent | 093f0f13e611c7fd7a8ee6130c4211427033329d (diff) | |
download | ffmpeg-8f536408d1a8b6899442fd46a2e70ffb2897f4c2.tar.gz |
doxygen: Remove spurious documentation for non-existing function parameters.
(cherry picked from commit 01c17c88ede76f8321cf2c59a535dbbc5b5ff989)
-rw-r--r-- | libavcodec/h264idct_template.c | 1 | ||||
-rw-r--r-- | libswscale/swscale.h | 1 |
2 files changed, 0 insertions, 2 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 diff --git a/libswscale/swscale.h b/libswscale/swscale.h index 2aa5e50ab2..3899596983 100644 --- a/libswscale/swscale.h +++ b/libswscale/swscale.h @@ -235,7 +235,6 @@ int sws_scale(struct SwsContext *context, const uint8_t* const srcSlice[], const /** * @param inv_table the yuv2rgb coefficients, normally ff_yuv2rgb_coeffs[x] - * @param fullRange if 1 then the luma range is 0..255 if 0 it is 16..235 * @return -1 if not supported */ int sws_setColorspaceDetails(struct SwsContext *c, const int inv_table[4], |