* Go faster stripes: don't check to see if the user presses 'q' if stdin
authorPhilip Gladstone <philipjsg@users.sourceforge.net>
Thu, 30 May 2002 02:38:57 +0000 (02:38 +0000)
committerPhilip Gladstone <philipjsg@users.sourceforge.net>
Thu, 30 May 2002 02:38:57 +0000 (02:38 +0000)
commitcb09b2ed92594d2d627bc609307f0d693204cde0
tree164257b5c09ba1a6e70eef009e93f3c781e2bec0
parent3a2d04473d3be2864ea67f2bbda09733a3aa5827
* Go faster stripes: don't check to see if the user presses 'q' if stdin
  returns EOF -- e.g. it is connected to /dev/null
* Make the 1MB video buffer only allocated once rather than on each frame.
  The allocation and deallocation causes significant performance loss as the
  kernel remaps the address space each time.

Originally committed as revision 629 to svn://svn.ffmpeg.org/ffmpeg/trunk
ffmpeg.c