OSDN Git Service

* Fix nasty problem with unitialized memory in the file_table
authorPhilip Gladstone <philipjsg@users.sourceforge.net>
Thu, 9 May 2002 01:06:59 +0000 (01:06 +0000)
committerPhilip Gladstone <philipjsg@users.sourceforge.net>
Thu, 9 May 2002 01:06:59 +0000 (01:06 +0000)
commit51bd4565f77042f24188c638d33c2fb552a7b094
tree5bb7c6d95a35da134d4fc681d0ed9443d53ca559
parentc6a8f2ce07c3436ab059d2f60378c1dd19b4840b
* Fix nasty problem with unitialized memory in the file_table
* Add default entries to switch statements to catch programming errors
* Fix problem with high CPU usage when capturing live (the audio grabber
  is non-blocking for some reason). This is the stream_no_data stuff.
* Handle the video grabber getting behind in its work -- PKT_FLAG_DROPPED_FRAME

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