From ff7ba85694e9b7344ed673dc88f2af5395d3dcc4 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Mon, 28 Jan 2002 23:57:18 +0000 Subject: nearest neighbor / sdl emulation ;) scaling (-sws 4) Originally committed as revision 4402 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc --- postproc/swscale.h | 1 + 1 file changed, 1 insertion(+) (limited to 'postproc/swscale.h') diff --git a/postproc/swscale.h b/postproc/swscale.h index fb47ab8bdb..c00260fe67 100644 --- a/postproc/swscale.h +++ b/postproc/swscale.h @@ -21,6 +21,7 @@ #define SWS_BILINEAR 2 #define SWS_BICUBIC 4 #define SWS_X 8 +#define SWS_POINT 0x10 #define SWS_FULL_UV_IPOL 0x100 #define SWS_PRINT_INFO 0x1000 -- cgit v1.2.3