summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKacper Michajłow <kasper93@gmail.com>2023-11-19 21:35:34 +0100
committerKacper Michajłow <kasper93@gmail.com>2024-03-19 19:56:25 +0100
commit7bdd673a72859a110243af46951619944d3b2e05 (patch)
tree313b4d19feb3d63625e7dcda07dfbd5c76d9c650
parentfe29152d063d4c63a27fdf498afc71059186d686 (diff)
downloadmpv-7bdd673a72859a110243af46951619944d3b2e05.tar.bz2
mpv-7bdd673a72859a110243af46951619944d3b2e05.tar.xz
win32: don't touch buffering options
-rw-r--r--osdep/terminal-win.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/osdep/terminal-win.c b/osdep/terminal-win.c
index 8f3410c31f..5ff70cbf3c 100644
--- a/osdep/terminal-win.c
+++ b/osdep/terminal-win.c
@@ -369,7 +369,6 @@ static void reopen_console_handle(DWORD std, int fd, FILE *stream)
} else {
freopen("CONOUT$", "wt", stream);
}
- setvbuf(stream, NULL, _IONBF, 0);
// Set the low-level FD to the new handle value, since mp_subprocess2
// callers might rely on low-level FDs being set. Note, with this