summaryrefslogtreecommitdiff
path: root/postproc/swscale.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2002-01-29 01:43:15 +0000
committerMichael Niedermayer <michaelni@gmx.at>2002-01-29 01:43:15 +0000
commitd8863d37e2a266820b1faffcb19f9bd385a0ecee (patch)
treef1b9aa3398fe6c376f22a59cd493c2f15939d322 /postproc/swscale.h
parentff7ba85694e9b7344ed673dc88f2af5395d3dcc4 (diff)
area averageing scaling support (-sws 5) (is identical to bilinear for upscale)
Originally committed as revision 4403 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
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