summaryrefslogtreecommitdiffstats
path: root/postproc/swscale.h
diff options
context:
space:
mode:
authormichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-06-27 19:17:25 +0000
committermichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-06-27 19:17:25 +0000
commit6148204f048cfc24a33a4dc619e809306cd306c9 (patch)
tree523fc41a4a5da45bbe5258269a3b40faed65d91c /postproc/swscale.h
parentbd682b07cb2a54fc87ebb01db3ab4f6b15ecf5da (diff)
downloadmpv-6148204f048cfc24a33a4dc619e809306cd306c9.tar.bz2
mpv-6148204f048cfc24a33a4dc619e809306cd306c9.tar.xz
-sws 6 (luma bicubic & chroma bilinear)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6581 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'postproc/swscale.h')
-rw-r--r--postproc/swscale.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/postproc/swscale.h b/postproc/swscale.h
index 59e9160ec5..a3f5595aa4 100644
--- a/postproc/swscale.h
+++ b/postproc/swscale.h
@@ -23,6 +23,7 @@
#define SWS_X 8
#define SWS_POINT 0x10
#define SWS_AREA 0x20
+#define SWS_BICUBLIN 0x40
#define SWS_SRC_V_CHR_DROP_MASK 0x300
#define SWS_SRC_V_CHR_DROP_SHIFT 8