Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Change #228842

Category ffmpeg
Changed by softworkz <softworkzohnoyoudont@hotmail.com>
Changed at Sat 03 May 2025 07:58:08
Repository https://git.ffmpeg.org/ffmpeg.git
Project ffmpeg
Branch master
Revision 1dbc5675c18d34c6e3e32be38f3cd1f4fb9f0257

Comments

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>

Changed files