summaryrefslogtreecommitdiffstats
path: root/postproc/swscale.h
diff options
context:
space:
mode:
authormichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-01-29 01:43:15 +0000
committermichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-01-29 01:43:15 +0000
commitf9263ee763a6ee7246d326d72ba1826ad3d0eba5 (patch)
treea321461ea7efb596830aa151c1d26645211e47b6 /postproc/swscale.h
parent5fcf31db65fa5b9e4df9f931992388014e1a21e8 (diff)
downloadmpv-f9263ee763a6ee7246d326d72ba1826ad3d0eba5.tar.bz2
mpv-f9263ee763a6ee7246d326d72ba1826ad3d0eba5.tar.xz
area averageing scaling support (-sws 5) (is identical to bilinear for upscale)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4403 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 c00260fe67..6ddd5ae44a 100644
--- a/postproc/swscale.h
+++ b/postproc/swscale.h
@@ -22,6 +22,7 @@
#define SWS_BICUBIC 4
#define SWS_X 8
#define SWS_POINT 0x10
+#define SWS_AREA 0x20
#define SWS_FULL_UV_IPOL 0x100
#define SWS_PRINT_INFO 0x1000