aboutsummaryrefslogtreecommitdiffstats
path: root/postproc/swscale.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2002-01-30 15:32:43 +0000
committerMichael Niedermayer <michaelni@gmx.at>2002-01-30 15:32:43 +0000
commit1f347f225daac26baefc5b3154458b749d6962a9 (patch)
treee7e949132efa3428e45ada0a8674dba36974dad8 /postproc/swscale.c
parent6c7506de1ce7a25579f9c0bbdd2b6cd933310508 (diff)
downloadffmpeg-1f347f225daac26baefc5b3154458b749d6962a9.tar.gz
-sws 2 is default now
Originally committed as revision 4422 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
Diffstat (limited to 'postproc/swscale.c')
-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};