changeset 4421:5dd78b21afbc

-sws 2 is default now
author michael
date Wed, 30 Jan 2002 15:32:43 +0000
parents a7bac05524a1
children 3a46354aab56
files postproc/swscale.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/postproc/swscale.c	Wed Jan 30 15:26:11 2002 +0000
+++ b/postproc/swscale.c	Wed Jan 30 15:32:43 2002 +0000
@@ -160,7 +160,7 @@
 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};