summaryrefslogtreecommitdiffstats
path: root/postproc
diff options
context:
space:
mode:
authormichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-01-30 15:32:43 +0000
committermichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-01-30 15:32:43 +0000
commitd8efbed69af89790c0823fdf6c8cf05507d449d6 (patch)
treee077372dc158487d96e95a1812cfc55b911e0147 /postproc
parent607265011810865c7ce79bb82fd541e97072f3c8 (diff)
downloadmpv-d8efbed69af89790c0823fdf6c8cf05507d449d6.tar.bz2
mpv-d8efbed69af89790c0823fdf6c8cf05507d449d6.tar.xz
-sws 2 is default now
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4422 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'postproc')
-rw-r--r--postproc/swscale.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/postproc/swscale.c b/postproc/swscale.c
index 26724ebfd7..8b8d899dd9 100644
--- a/postproc/swscale.c
+++ b/postproc/swscale.c
@@ -160,7 +160,7 @@ static int clip_yuvtab_1a1e[768];
static int clip_yuvtab_40cf[768];
//global sws_flags from the command line
-int sws_flags=0;
+int sws_flags=2;
//global srcFilter
SwsFilter src_filter= {NULL, NULL, NULL, NULL};