VIDEO: Fix checking dirty palettes in QuickTime videos

This commit is contained in:
Cameron Cawley
2025-05-04 11:08:09 +01:00
committed by Filippos Karapetis
parent a996f6bd3f
commit b8f52246a8
+1 -1
View File
@@ -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;