looks better

Originally committed as revision 3731 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
This commit is contained in:
Johannes Feigl 2001-12-25 15:03:36 +00:00
parent 98f3b098f9
commit 51fdf2de1b
1 changed files with 4 additions and 4 deletions

View File

@ -2213,13 +2213,13 @@ if(firstTime)
char *dither= "";
#endif
if(sws_flags==SWS_FAST_BILINEAR)
fprintf(stderr, "SwScaler: FAST_BILINEAR scaler ");
fprintf(stderr, "\nSwScaler: FAST_BILINEAR scaler ");
else if(sws_flags==SWS_BILINEAR)
fprintf(stderr, "SwScaler: BILINEAR scaler ");
fprintf(stderr, "\nSwScaler: BILINEAR scaler ");
else if(sws_flags==SWS_BICUBIC)
fprintf(stderr, "SwScaler: BICUBIC scaler ");
fprintf(stderr, "\nSwScaler: BICUBIC scaler ");
else
fprintf(stderr, "SwScaler: ehh flags invalid?! ");
fprintf(stderr, "\nSwScaler: ehh flags invalid?! ");
if(dstbpp==15)
fprintf(stderr, "with%s BGR15 output ", dither);