[Scummvm-cvs-logs] SF.net SVN: scummvm:[55341] scummvm/trunk/graphics/video

drmccoy at users.sourceforge.net drmccoy at users.sourceforge.net
Thu Jan 20 04:27:11 CET 2011


Revision: 55341
          http://scummvm.svn.sourceforge.net/scummvm/?rev=55341&view=rev
Author:   drmccoy
Date:     2011-01-20 03:27:09 +0000 (Thu, 20 Jan 2011)

Log Message:
-----------
VIDEO: The getTimeToNextFrame override is useless now

Modified Paths:
--------------
    scummvm/trunk/graphics/video/coktel_decoder.cpp
    scummvm/trunk/graphics/video/coktel_decoder.h

Modified: scummvm/trunk/graphics/video/coktel_decoder.cpp
===================================================================
--- scummvm/trunk/graphics/video/coktel_decoder.cpp	2011-01-20 03:22:43 UTC (rev 55340)
+++ scummvm/trunk/graphics/video/coktel_decoder.cpp	2011-01-20 03:27:09 UTC (rev 55341)
@@ -605,10 +605,6 @@
 	return _frameRate;
 }
 
-uint32 CoktelDecoder::getTimeToNextFrame() const {
-	return FixedRateVideoDecoder::getTimeToNextFrame();
-}
-
 uint32 CoktelDecoder::getStaticTimeToNextFrame() const {
 	return (1000 / _frameRate).toInt();
 }

Modified: scummvm/trunk/graphics/video/coktel_decoder.h
===================================================================
--- scummvm/trunk/graphics/video/coktel_decoder.h	2011-01-20 03:22:43 UTC (rev 55340)
+++ scummvm/trunk/graphics/video/coktel_decoder.h	2011-01-20 03:27:09 UTC (rev 55341)
@@ -133,10 +133,6 @@
 
 	uint32 getStaticTimeToNextFrame() const;
 
-	// FixedRateVideoDecoder interface
-
-	uint32 getTimeToNextFrame() const;
-
 protected:
 	enum SoundStage {
 		kSoundNone    = 0, ///< No sound.


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list