summaryrefslogtreecommitdiffstats
path: root/postproc/swscale_template.c
diff options
context:
space:
mode:
Diffstat (limited to 'postproc/swscale_template.c')
-rw-r--r--postproc/swscale_template.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/postproc/swscale_template.c b/postproc/swscale_template.c
index 4e106d6e98..565d6c3461 100644
--- a/postproc/swscale_template.c
+++ b/postproc/swscale_template.c
@@ -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);