fix warning

This commit is contained in:
Glenn Maynard
2003-09-01 23:24:01 +00:00
parent 081bb9bea2
commit 587b331ee2
@@ -435,7 +435,7 @@ void MovieTexture_AVCodec::DecoderThread()
(float)m_stream->codec.frame_rate;
CurrentTimestamp += frame_delay;
CurrentTimestamp += frame.repeat_pict * (frame_delay * 0.5);
CurrentTimestamp += frame.repeat_pict * (frame_delay * 0.5f);
}
m_Position = CurrentTimestamp;