Increase pause sleep to 10ms; safer on 9x.

This commit is contained in:
Glenn Maynard
2003-09-25 02:48:31 +00:00
parent 240eaba8ff
commit 725c36dd47
@@ -560,7 +560,7 @@ void MovieTexture_FFMpeg::DecoderThread()
{ {
if( m_State == PAUSE_DECODER ) if( m_State == PAUSE_DECODER )
{ {
SDL_Delay( 5 ); SDL_Delay( 10 );
/* The video isn't running; skip time. */ /* The video isn't running; skip time. */
Timer.GetDeltaTime(); Timer.GetDeltaTime();