[Scummvm-git-logs] scummvm master -> 9088873baf9e611f4b769020774f61dabfb94497

bluegr noreply at scummvm.org
Tue Jan 25 16:00:26 UTC 2022


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
9088873baf VIDEO: Make getNextDirtyRect() in the Smacker decoder overridable


Commit: 9088873baf9e611f4b769020774f61dabfb94497
    https://github.com/scummvm/scummvm/commit/9088873baf9e611f4b769020774f61dabfb94497
Author: Filippos Karapetis (bluegr at gmail.com)
Date: 2022-01-25T18:00:15+02:00

Commit Message:
VIDEO: Make getNextDirtyRect() in the Smacker decoder overridable

This is needed for the trecision Amiga video player, which currently
inherits from SmackerDecoder

Changed paths:
    video/smk_decoder.h


diff --git a/video/smk_decoder.h b/video/smk_decoder.h
index f723e0499fa..936fc723cb2 100644
--- a/video/smk_decoder.h
+++ b/video/smk_decoder.h
@@ -72,7 +72,7 @@ public:
 
 	Common::Rational getFrameRate() const;
 
-	const Common::Rect *getNextDirtyRect();
+	virtual const Common::Rect *getNextDirtyRect();
 
 protected:
 	void readNextPacket();




More information about the Scummvm-git-logs mailing list