summaryrefslogtreecommitdiffstats
path: root/postproc/swscale.h
diff options
context:
space:
mode:
authormichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-01-28 23:57:18 +0000
committermichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-01-28 23:57:18 +0000
commit5fcf31db65fa5b9e4df9f931992388014e1a21e8 (patch)
treee51eed17052b4ccbf3cd9f5943f122035003679c /postproc/swscale.h
parent7e16ad68cd11db401d6130847141733bcc2af0fd (diff)
downloadmpv-5fcf31db65fa5b9e4df9f931992388014e1a21e8.tar.bz2
mpv-5fcf31db65fa5b9e4df9f931992388014e1a21e8.tar.xz
nearest neighbor / sdl emulation ;) scaling (-sws 4)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4402 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 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