aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Classes/UVideo.pas
diff options
context:
space:
mode:
authormogguh <mogguh@b956fd51-792f-4845-bead-9b4dfca2ff2c>2007-11-22 19:03:47 +0000
committermogguh <mogguh@b956fd51-792f-4845-bead-9b4dfca2ff2c>2007-11-22 19:03:47 +0000
commit403b027c383bd9d971b378fe525d88598f5bdf19 (patch)
treef29f67798695081353640716e3f0e618d584a86b /Game/Code/Classes/UVideo.pas
parentb368e8ad01aec0a51e7a1f7e575395f6b728791d (diff)
downloadusdx-403b027c383bd9d971b378fe525d88598f5bdf19.tar.gz
usdx-403b027c383bd9d971b378fe525d88598f5bdf19.tar.xz
usdx-403b027c383bd9d971b378fe525d88598f5bdf19.zip
Updated credits
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1@627 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'Game/Code/Classes/UVideo.pas')
-rw-r--r--Game/Code/Classes/UVideo.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/Game/Code/Classes/UVideo.pas b/Game/Code/Classes/UVideo.pas
index be9a8d52..bd5d2b62 100644
--- a/Game/Code/Classes/UVideo.pas
+++ b/Game/Code/Classes/UVideo.pas
@@ -253,7 +253,7 @@ begin
VideoTimeBase:=1/VideoTimeBase;
end;
// hack for flv (i always get 1000 fps from the file...)
- if VideoCodecContext^.codec_id=CODEC_ID_FLV1 then VideoTimeBase:=1/30;
+ if VideoCodecContext^.codec_id=CODEC_ID_FLV1 then VideoTimeBase:=1/29.970;
{$ifdef DebugDisplay}
showmessage('corrected framerate: '+inttostr(floor(1/videotimebase))+'fps');