This commit is contained in:
Glenn Maynard
2005-10-20 08:26:40 +00:00
parent 5476c7bf9e
commit e577a5bbab
@@ -291,10 +291,6 @@ int MovieDecoder_FFMpeg::GetFrame()
float MovieDecoder_FFMpeg::GetTimestamp() const
{
/* The first frame always has a timestamp of 0. */
if( m_iFrameNumber == 0 )
return 0;
return m_fTimestamp - m_fTimestampOffset;
}