1
mirror of https://github.com/mpv-player/mpv synced 2025-01-01 04:36:24 +01:00

-sws 2 is default now

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4422 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
michael 2002-01-30 15:32:43 +00:00
parent 6072650118
commit d8efbed69a

View File

@ -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};