mirror of https://github.com/mpv-player/mpv
win32: don't touch buffering options
This commit is contained in:
parent
fe29152d06
commit
7bdd673a72
|
@ -369,7 +369,6 @@ static void reopen_console_handle(DWORD std, int fd, FILE *stream)
|
||||||
} else {
|
} else {
|
||||||
freopen("CONOUT$", "wt", stream);
|
freopen("CONOUT$", "wt", stream);
|
||||||
}
|
}
|
||||||
setvbuf(stream, NULL, _IONBF, 0);
|
|
||||||
|
|
||||||
// Set the low-level FD to the new handle value, since mp_subprocess2
|
// 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
|
// callers might rely on low-level FDs being set. Note, with this
|
||||||
|
|
Loading…
Reference in New Issue