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 /libswscale | |
parent | 3d85acc8f71581f403ea33711af76d97c4922310 (diff) | |
download | ffmpeg-01c17c88ede76f8321cf2c59a535dbbc5b5ff989.tar.gz |
doxygen: Remove spurious documentation for non-existing function parameters.
Diffstat (limited to 'libswscale')
-rw-r--r-- | libswscale/swscale.h | 1 |
1 files changed, 0 insertions, 1 deletions
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], |