fflush needed after reporting progress

Where all the bugs are reported and discussed
Post Reply
rocket666
Posts: 14
Joined: Fri May 16, 2008 2:51 am

fflush needed after reporting progress

Post by rocket666 »

I'm running comskip in a pipeline, capturing the stdout/stderr to a small script that would look in the output for the progress messages (in mpeg2dec.c: print_fps ) and display them in a separate window (not a console window).

It would be helpful if there was a fflush on stderr so these progress lines would get flushed to the pipeline as they are issued.

This is a very minor issue. I tried to build from sources, but was unsuccessful trying to build a visual c++ project to compile and link everything correctly.
erik
Site Admin
Posts: 3369
Joined: Sun Aug 21, 2005 3:49 pm

Re: fflush needed after reporting progress

Post by erik »

will consider for next build
erik
Site Admin
Posts: 3369
Joined: Sun Aug 21, 2005 3:49 pm

Re: fflush needed after reporting progress

Post by erik »

Is implemented in build 139, to be release soon
rocket666
Posts: 14
Joined: Fri May 16, 2008 2:51 am

Re: fflush needed after reporting progress

Post by rocket666 »

Thanks, got the update and it's working perfectly :D
Post Reply