summaryrefslogtreecommitdiff
path: root/postproc/swscale.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2002-06-24 00:56:27 +0000
committerMichael Niedermayer <michaelni@gmx.at>2002-06-24 00:56:27 +0000
commit985c513355d1ed993e4fe4ae935db29d0a48270f (patch)
tree26c37912dbd86aeda5994068c0caecd58c31d9d2 /postproc/swscale.h
parent5859233b70289d2f5bf5474559a4efe3e17ff6e0 (diff)
10l
Originally committed as revision 6542 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
Diffstat (limited to 'postproc/swscale.h')
-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