Commit 89a823ac authored by The makemkv authors's avatar The makemkv authors Committed by Michael Niedermayer

ffmpeg: disable buffering for stderr, needed for win32 runtime

Found in http://www.makemkv.com/download/ffmpeg/mmffmpeg-1.7.7.patch.gz

Commit message by commiter
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 20bd9210
......@@ -3120,6 +3120,8 @@ int main(int argc, char **argv)
reset_options(&o, 0);
setvbuf(stderr,NULL,_IONBF,0); /* win32 runtime needs this */
av_log_set_flags(AV_LOG_SKIP_REPEATED);
parse_loglevel(argc, argv, options);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment