From de4a1aae917088d52779354d27748d8a186ac4e8 Mon Sep 17 00:00:00 2001 From: michael Date: Thu, 4 Sep 2008 15:13:55 +0000 Subject: Add fflush to prevent stdout & stderr from being mixed. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27515 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libswscale/swscale-example.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libswscale/swscale-example.c') diff --git a/libswscale/swscale-example.c b/libswscale/swscale-example.c index 79e21a922a..4bb42162ef 100644 --- a/libswscale/swscale-example.c +++ b/libswscale/swscale-example.c @@ -139,6 +139,7 @@ static int doTest(uint8_t *ref[3], int refStride[3], int w, int h, int srcFormat sws_format_name(dstFormat), dstW, dstH, flags, ssdY, ssdU, ssdV); + fflush(stdout); } end: @@ -170,6 +171,7 @@ static void selfTest(uint8_t *src[3], int stride[3], int w, int h){ printf("%s -> %s\n", sws_format_name(srcFormat), sws_format_name(dstFormat)); + fflush(stdout); srcW= w; srcH= h; -- cgit v1.2.3