Re: [Mjpeg-users] 1.9.0rc2: jpeg2yuv loops forever when reading filenames from stdin

2008-01-14 Thread Steven M. Schultz
On Sun, 13 Jan 2008, Craig Leres wrote: > If you do something like: > > echo 000136_0.jpg | jpeg2yuv -f 25 -I p > /dev/null > > jpeg2yuv loops forever processing the last filename seen on stdin. > > I see 1.9.0rc3 is out and it appears to also have this issue. Try the cvs version.

[Mjpeg-users] 1.9.0rc2: jpeg2yuv loops forever when reading filenames from stdin

2008-01-14 Thread Craig Leres
If you do something like: echo 000136_0.jpg | jpeg2yuv -f 25 -I p > /dev/null jpeg2yuv loops forever processing the last filename seen on stdin. I see 1.9.0rc3 is out and it appears to also have this issue. Patch attached. Craig =