summaryrefslogtreecommitdiff
path: root/libswscale/swscale.h
diff options
context:
space:
mode:
authorPedro Arthur <bygrandao@gmail.com>2015-04-17 17:08:42 -0300
committerMichael Niedermayer <michaelni@gmx.at>2015-04-23 20:34:51 +0200
commit2a7128f4ed00dbc9209d6f24501bb76a0c14b490 (patch)
tree3a739ba52c2afdac13319c1b90c111239c7d1ebf /libswscale/swscale.h
parentd9555adf06d55f7311d0b8be5bbe52f056ccaac7 (diff)
Add gamma encodign/decoding before/after scaling in libswscale
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libswscale/swscale.h')
-rw-r--r--libswscale/swscale.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libswscale/swscale.h b/libswscale/swscale.h
index 903e1203fd..6e8832353e 100644
--- a/libswscale/swscale.h
+++ b/libswscale/swscale.h
@@ -64,6 +64,7 @@ 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