OSDN Git Service

looks better
authorJohannes Feigl <johannes.feigl@aon.at>
Tue, 25 Dec 2001 15:03:36 +0000 (15:03 +0000)
committerJohannes Feigl <johannes.feigl@aon.at>
Tue, 25 Dec 2001 15:03:36 +0000 (15:03 +0000)
Originally committed as revision 3731 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

postproc/swscale_template.c

index 4e106d6..565d6c3 100644 (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);