projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c7506d
)
-sws 2 is default now
author
Michael Niedermayer
<michaelni@gmx.at>
Wed, 30 Jan 2002 15:32:43 +0000
(15:32 +0000)
committer
Michael Niedermayer
<michaelni@gmx.at>
Wed, 30 Jan 2002 15:32:43 +0000
(15:32 +0000)
Originally committed as revision 4422 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
postproc/swscale.c
patch
|
blob
|
history
diff --git
a/postproc/swscale.c
b/postproc/swscale.c
index
26724eb
..
8b8d899
100644
(file)
--- 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};