mirror of
https://github.com/scummvm/scummvm.git
synced 2026-05-21 05:40:43 +00:00
VIDEO: Fix checking dirty palettes in QuickTime videos
This commit is contained in:
committed by
Filippos Karapetis
parent
a996f6bd3f
commit
b8f52246a8
+1
-1
@@ -345,7 +345,7 @@ private:
|
||||
const Graphics::Surface *decodeNextFrame();
|
||||
Audio::Timestamp getFrameTime(uint frame) const;
|
||||
const byte *getPalette() const;
|
||||
bool hasDirtyPalette() const { return _curPalette; }
|
||||
bool hasDirtyPalette() const { return _dirtyPalette; }
|
||||
bool setReverse(bool reverse);
|
||||
bool isReversed() const { return _reversed; }
|
||||
bool canDither() const;
|
||||
|
||||
Reference in New Issue
Block a user