summaryrefslogtreecommitdiffstats
path: root/postproc
diff options
context:
space:
mode:
authormichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-06-24 00:56:27 +0000
committermichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-06-24 00:56:27 +0000
commitc61e4925b1cbcc74cb559640cb08e14134e731d3 (patch)
treeca7a976d6ddd569116bbe594884e6dcee8530635 /postproc
parentd6648864bab3589a76a507159c1bc586f4755bee (diff)
downloadmpv-c61e4925b1cbcc74cb559640cb08e14134e731d3.tar.bz2
mpv-c61e4925b1cbcc74cb559640cb08e14134e731d3.tar.xz
10l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6542 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'postproc')
-rw-r--r--postproc/swscale.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/postproc/swscale.h b/postproc/swscale.h
index 85af9a9d2a..4ef752f932 100644
--- a/postproc/swscale.h
+++ b/postproc/swscale.h
@@ -29,10 +29,10 @@
//the following 4 flags are not completly implemented
//internal chrominace subsamling info
-#define SWS_FULL_CHR_H_INT 0x200
+#define SWS_FULL_CHR_H_INT 0x2000
//input subsampling info
-#define SWS_FULL_CHR_H_INP 0x400
-#define SWS_DIRECT_BGR 0x800
+#define SWS_FULL_CHR_H_INP 0x4000
+#define SWS_DIRECT_BGR 0x8000
#define SWS_PRINT_INFO 0x1000