mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-20 00:45:10 +00:00
VIDEO: The getTimeToNextFrame override is useless now
svn-id: r55341
This commit is contained in:
parent
d77899e158
commit
8c80f80697
@ -605,10 +605,6 @@ Common::Rational CoktelDecoder::getFrameRate() const {
|
||||
return _frameRate;
|
||||
}
|
||||
|
||||
uint32 CoktelDecoder::getTimeToNextFrame() const {
|
||||
return FixedRateVideoDecoder::getTimeToNextFrame();
|
||||
}
|
||||
|
||||
uint32 CoktelDecoder::getStaticTimeToNextFrame() const {
|
||||
return (1000 / _frameRate).toInt();
|
||||
}
|
||||
|
@ -133,10 +133,6 @@ public:
|
||||
|
||||
uint32 getStaticTimeToNextFrame() const;
|
||||
|
||||
// FixedRateVideoDecoder interface
|
||||
|
||||
uint32 getTimeToNextFrame() const;
|
||||
|
||||
protected:
|
||||
enum SoundStage {
|
||||
kSoundNone = 0, ///< No sound.
|
||||
|
Loading…
x
Reference in New Issue
Block a user