[Scummvm-git-logs] scummvm master -> 7069a37577cc7c0d3f3b368b5a69ef71614bd6ff

mduggan noreply at scummvm.org
Wed Dec 13 09:24:25 UTC 2023


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:
7069a37577 TETRAEDGE: Set Theora decoder pixel format (fixes #14748)


Commit: 7069a37577cc7c0d3f3b368b5a69ef71614bd6ff
    https://github.com/scummvm/scummvm/commit/7069a37577cc7c0d3f3b368b5a69ef71614bd6ff
Author: Matthew Duggan (mgithub at guarana.org)
Date: 2023-12-13T20:24:15+11:00

Commit Message:
TETRAEDGE: Set Theora decoder pixel format (fixes #14748)

Changed paths:
    engines/tetraedge/te/te_theora.cpp


diff --git a/engines/tetraedge/te/te_theora.cpp b/engines/tetraedge/te/te_theora.cpp
index 5c2f908b265..a8c67acc3de 100644
--- a/engines/tetraedge/te/te_theora.cpp
+++ b/engines/tetraedge/te/te_theora.cpp
@@ -27,6 +27,7 @@ namespace Tetraedge {
 
 TeTheora::TeTheora() : _hitEnd(false) {
 	_decoder = new Video::TheoraDecoder();
+	_decoder->setOutputPixelFormat(Graphics::PixelFormat(4, 8, 8, 8, 8, 0, 8, 16, 24));
 }
 
 TeTheora::~TeTheora() {




More information about the Scummvm-git-logs mailing list