Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2015-04-23 21:13:58 +0300
committerMichael Niedermayer <michaelni@gmx.at>2015-04-23 21:34:51 +0300
commitb57f9f57240a8143b7c64b8f3e94454dc8895b34 (patch)
treeb0385ed07706898acc6c26c6c46df077eb3f653a /libswscale/swscale.h
parent2a7128f4ed00dbc9209d6f24501bb76a0c14b490 (diff)
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.h1
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