]> git.pld-linux.org Git - packages/avifile.git/commitdiff
f193b5a11f1aca0ee893ac7c66428892 avifile-0.6-20010411.tar.gz
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 11 Apr 2001 20:11:32 +0000 (20:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    avifile-fps.patch -> 1.2

avifile-fps.patch [deleted file]

diff --git a/avifile-fps.patch b/avifile-fps.patch
deleted file mode 100644 (file)
index 2c4248f..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -urN avifile-0.6.org/lib/aviplay/aviplay_impl.h avifile-0.6/lib/aviplay/aviplay_impl.h
---- avifile-0.6.org/lib/aviplay/aviplay_impl.h Mon Apr  2 15:53:38 2001
-+++ avifile-0.6/lib/aviplay/aviplay_impl.h     Mon Apr  2 15:54:03 2001
-@@ -231,7 +231,7 @@
-     }
-     int Fps() const
-     {
--      return (m_pVideostream) ? (int)(1./m_pVideostream->GetFrameTime()) : 0;
-+      return (m_pVideostream) ? (int)((1.0/m_pVideostream->GetFrameTime())+0.5) : 0;
-     }
-     virtual const char* FileName()
-     {
This page took 0.030942 seconds and 4 git commands to generate.