[Scummvm-git-logs] scummvm master -> d2be3e52c44d6dc86dbd7ad9e68d67e9b0cddf1f

Helco noreply at scummvm.org
Sat Oct 25 09:51:38 UTC 2025


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

Summary:
d2be3e52c4 ALCACHOFA: Ensure that the video decoder uses a supported format


Commit: d2be3e52c44d6dc86dbd7ad9e68d67e9b0cddf1f
    https://github.com/scummvm/scummvm/commit/d2be3e52c44d6dc86dbd7ad9e68d67e9b0cddf1f
Author: Cameron Cawley (ccawley2011 at gmail.com)
Date: 2025-10-25T11:51:34+02:00

Commit Message:
ALCACHOFA: Ensure that the video decoder uses a supported format

Changed paths:
    engines/alcachofa/alcachofa.cpp


diff --git a/engines/alcachofa/alcachofa.cpp b/engines/alcachofa/alcachofa.cpp
index e578559bcea..065d3e542f2 100644
--- a/engines/alcachofa/alcachofa.cpp
+++ b/engines/alcachofa/alcachofa.cpp
@@ -164,6 +164,7 @@ void AlcachofaEngine::playVideo(int32 videoId) {
 		game().invalidVideo(videoId, "decode video");
 		return;
 	}
+	decoder->setOutputPixelFormat(g_engine->renderer().getPixelFormat());
 
 	Vector2d texMax(1.0f, 1.0f);
 	int16 texWidth = decoder->getWidth(), texHeight = decoder->getHeight();




More information about the Scummvm-git-logs mailing list