From 40acf26d6752ec031d814dd88136afb6fca966d1 Mon Sep 17 00:00:00 2001 From: tobigun Date: Thu, 28 Oct 2010 12:23:08 +0000 Subject: TimeDifference must be TimeDiff git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@2693 b956fd51-792f-4845-bead-9b4dfca2ff2c --- mediaplugin/src/media/UVideoDecoder_FFmpeg.pas | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mediaplugin') diff --git a/mediaplugin/src/media/UVideoDecoder_FFmpeg.pas b/mediaplugin/src/media/UVideoDecoder_FFmpeg.pas index 6b6dd901..b781b0d2 100644 --- a/mediaplugin/src/media/UVideoDecoder_FFmpeg.pas +++ b/mediaplugin/src/media/UVideoDecoder_FFmpeg.pas @@ -610,7 +610,7 @@ begin DebugWriteln('Time: '+inttostr(floor(Time*1000)) + sLineBreak + 'VideoTime: '+inttostr(floor(fFrameTime*1000)) + sLineBreak + 'TimeBase: '+inttostr(floor(fFrameDuration*1000)) + sLineBreak + - 'TimeDiff: '+inttostr(floor(TimeDifference*1000))); + 'TimeDiff: '+inttostr(floor(TimeDiff*1000))); {$endif} // check if time has reached the next frame @@ -626,7 +626,7 @@ begin 'Time: '+inttostr(floor(Time*1000)) + sLineBreak + 'VideoTime: '+inttostr(floor(fFrameTime*1000)) + sLineBreak + 'TimeBase: '+inttostr(floor(fFrameDuration*1000)) + sLineBreak + - 'TimeDiff: '+inttostr(floor(TimeDifference*1000))); + 'TimeDiff: '+inttostr(floor(TimeDiff*1000))); {$endif} // we do not need a new frame now @@ -651,7 +651,7 @@ begin {$IFDEF DebugDisplay} DebugWriteln('skipping frames' + sLineBreak + 'TimeBase: '+inttostr(floor(fFrameDuration*1000)) + sLineBreak + - 'TimeDiff: '+inttostr(floor(TimeDifference*1000))); + 'TimeDiff: '+inttostr(floor(TimeDiff*1000))); {$endif} // update video-time -- cgit v1.2.3