diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2015-04-23 20:13:58 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2015-04-23 20:34:51 +0200 |
commit | b57f9f57240a8143b7c64b8f3e94454dc8895b34 (patch) | |
tree | b0385ed07706898acc6c26c6c46df077eb3f653a /libswscale/swscale.h | |
parent | 2a7128f4ed00dbc9209d6f24501bb76a0c14b490 (diff) | |
download | ffmpeg-b57f9f57240a8143b7c64b8f3e94454dc8895b34.tar.gz |
swscale/swscale: Get rid of the SWS_GAMMA_CORRECT flag
This avoids using up a bit of the public flags
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libswscale/swscale.h')
-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 6e8832353e..903e1203fd 100644 --- a/libswscale/swscale.h +++ b/libswscale/swscale.h @@ -64,7 +64,6 @@ const char *swscale_license(void); #define SWS_SINC 0x100 #define SWS_LANCZOS 0x200 #define SWS_SPLINE 0x400 -#define SWS_GAMMA_CORRECT 0x800 #define SWS_SRC_V_CHR_DROP_MASK 0x30000 #define SWS_SRC_V_CHR_DROP_SHIFT 16 |