fix movie sync bug

This commit is contained in:
Glenn Maynard
2003-09-02 00:38:01 +00:00
parent 587b331ee2
commit d1db9209eb
@@ -346,6 +346,9 @@ void MovieTexture_AVCodec::DecoderThread()
if( m_State == PAUSE_DECODER )
{
SDL_Delay( 5 );
/* The video isn't running; skip time. */
m_RunningTimer.GetDeltaTime();
continue;
}