comparison postproc/swscale.c @ 4421:5dd78b21afbc

-sws 2 is default now
author michael
date Wed, 30 Jan 2002 15:32:43 +0000
parents f002407e298d
children 9512d6832b38
comparison
equal deleted inserted replaced
4420:a7bac05524a1 4421:5dd78b21afbc
158 static int clip_yuvtab_0c92[768]; 158 static int clip_yuvtab_0c92[768];
159 static int clip_yuvtab_1a1e[768]; 159 static int clip_yuvtab_1a1e[768];
160 static int clip_yuvtab_40cf[768]; 160 static int clip_yuvtab_40cf[768];
161 161
162 //global sws_flags from the command line 162 //global sws_flags from the command line
163 int sws_flags=0; 163 int sws_flags=2;
164 164
165 //global srcFilter 165 //global srcFilter
166 SwsFilter src_filter= {NULL, NULL, NULL, NULL}; 166 SwsFilter src_filter= {NULL, NULL, NULL, NULL};
167 167
168 float sws_lum_gblur= 0.0; 168 float sws_lum_gblur= 0.0;