summaryrefslogtreecommitdiffstats
path: root/libswscale/swscale_internal.h
diff options
context:
space:
mode:
authormichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-09-11 22:02:15 +0000
committermichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-09-11 22:02:15 +0000
commitfa93e449fc1cfdc29c3e6a926db8192d3bf88f5a (patch)
tree5afa2f91754205406fb069578bd8c651f2164dd4 /libswscale/swscale_internal.h
parent6d7e7200096d9444050e8cb525675f9342dceb24 (diff)
downloadmpv-fa93e449fc1cfdc29c3e6a926db8192d3bf88f5a.tar.bz2
mpv-fa93e449fc1cfdc29c3e6a926db8192d3bf88f5a.tar.xz
100000000000000l, forgot to commit header change for r27580.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27583 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libswscale/swscale_internal.h')
-rw-r--r--libswscale/swscale_internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libswscale/swscale_internal.h b/libswscale/swscale_internal.h
index f4011d3de3..a401175a26 100644
--- a/libswscale/swscale_internal.h
+++ b/libswscale/swscale_internal.h
@@ -126,6 +126,7 @@ typedef struct SwsContext{
int srcColorspaceTable[4];
int dstColorspaceTable[4];
int srcRange, dstRange;
+ int oy,cy,cvr,cvg,cug,cub;
#define RED_DITHER "0*8"
#define GREEN_DITHER "1*8"