summaryrefslogtreecommitdiffstats
path: root/postproc/swscale.h
diff options
context:
space:
mode:
authormichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-02-13 19:27:17 +0000
committermichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-02-13 19:27:17 +0000
commit0e7b470b4eb969cfa20897ce6a3d95f128210431 (patch)
tree7c7a69f45c3d85f5e02a84da3bff269ebab803c8 /postproc/swscale.h
parent4c6a9664f43ebebaff5cb905c9eb9b33654fe45d (diff)
downloadmpv-0e7b470b4eb969cfa20897ce6a3d95f128210431.tar.bz2
mpv-0e7b470b4eb969cfa20897ce6a3d95f128210431.tar.xz
brightness / saturation / contrast / different yuv colorspace support for some yuv2rgb converters (many converters still ignore it)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9417 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'postproc/swscale.h')
-rw-r--r--postproc/swscale.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/postproc/swscale.h b/postproc/swscale.h
index 1e98919d12..fd1539b1e6 100644
--- a/postproc/swscale.h
+++ b/postproc/swscale.h
@@ -48,6 +48,14 @@
#define SWS_MAX_REDUCE_CUTOFF 0.002
+#define SWS_CS_ITU709 1
+#define SWS_CS_FCC 4
+#define SWS_CS_ITU601 5
+#define SWS_CS_ITU624 5
+#define SWS_CS_SMPTE170M 5
+#define SWS_CS_SMPTE240M 7
+#define SWS_CS_DEFAULT 5
+
/* this struct should be aligned on at least 32-byte boundary */
typedef struct SwsContext{
int srcW, srcH, dstH;