Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2002-01-29 02:57:18 +0300
committerMichael Niedermayer <michaelni@gmx.at>2002-01-29 02:57:18 +0300
commitff7ba85694e9b7344ed673dc88f2af5395d3dcc4 (patch)
treec2208e5b3b3d88f1d74b1aa91075af1f69d940ae /postproc/swscale.h
parentbdd677ac1359df5615ede8813160cbaf373964b5 (diff)
nearest neighbor / sdl emulation ;) scaling (-sws 4)
Originally committed as revision 4402 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 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