aboutsummaryrefslogtreecommitdiffstats
path: root/libpostproc/tests/test_utils.c
diff options
context:
space:
mode:
authorsoftworkz <softworkz@hotmail.com>2025-04-19 23:34:29 +0200
committersoftworkz <softworkz@hotmail.com>2025-05-03 07:58:08 +0200
commit1dbc5675c18d34c6e3e32be38f3cd1f4fb9f0257 (patch)
tree84e83576653f61f95e693f231118b3af22d54ba5 /libpostproc/tests/test_utils.c
parentb322640b4f08655d31aa2c0912d1063f86529e75 (diff)
downloadffmpeg-1dbc5675c18d34c6e3e32be38f3cd1f4fb9f0257.tar.gz
fftools/ffprobe: Disable stderr buffering on Windows
An identical call exists in ffmpeg.c With POSIX/glibc, stderr is already unbuffered (or line-buffered when a terminal is connected), but not in case of MSVCRT. Explicitly calling setvbuf() like in this commit, makes the Windows runtime behave like POSIX, giving the same “print immediately” behavior. Signed-off-by: softworkz <softworkz@hotmail.com>
Diffstat (limited to 'libpostproc/tests/test_utils.c')
0 files changed, 0 insertions, 0 deletions