Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-05-31 04:56:56 +0400
committerMichael Niedermayer <michaelni@gmx.at>2012-05-31 04:56:56 +0400
commit3b275ce3747a311b05d78eaba41798145164a4d4 (patch)
treec7dde35b3cb2cfb8c0b1c2d1f7c62483656b4fc9 /tests/rotozoom.c
parent0dfcd7e7e37e70347285dae9a0ad8ec3ef0f93d2 (diff)
fate: dont freopen() stdout
it doesnt work and breaks most BSDs Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'tests/rotozoom.c')
-rw-r--r--tests/rotozoom.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/rotozoom.c b/tests/rotozoom.c
index 296ab701f5..6604d92077 100644
--- a/tests/rotozoom.c
+++ b/tests/rotozoom.c
@@ -165,8 +165,8 @@ int main(int argc, char **argv)
return 1;
}
- if (argc < 3)
- err_if(!freopen(NULL, "wb", stdout));
+// if (argc < 3)
+// err_if(!freopen(NULL, "wb", stdout));
w = DEFAULT_WIDTH;
h = DEFAULT_HEIGHT;