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: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
The makemkv authors 2012-09-30 15:02:03 +02:00 committed by Michael Niedermayer
parent 20bd921082
commit 89a823ace9
1 changed files with 2 additions and 0 deletions

View File

@ -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);