Commit ec69f8b1 authored by jaf's avatar jaf

looks better


git-svn-id: file:///var/local/repositories/mplayer/trunk/postproc@3731 b3059339-0415-0410-9bf9-f77b7e298cf2
parent 66e1f361
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment