[Scummvm-git-logs] scummvm master -> 79b2a09b23d95375bddd8fe31610358c4a7e3305

aquadran noreply at scummvm.org
Mon Oct 28 12:56:36 UTC 2024


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:
79b2a09b23 WINTERMUTE: CID: 1003777


Commit: 79b2a09b23d95375bddd8fe31610358c4a7e3305
    https://github.com/scummvm/scummvm/commit/79b2a09b23d95375bddd8fe31610358c4a7e3305
Author: Paweł Kołodziejski (aquadran at gmail.com)
Date: 2024-10-28T13:56:30+01:00

Commit Message:
WINTERMUTE: CID: 1003777

Changed paths:
    engines/wintermute/video/video_theora_player.cpp


diff --git a/engines/wintermute/video/video_theora_player.cpp b/engines/wintermute/video/video_theora_player.cpp
index 45521daf357..ea1e9ca30f4 100644
--- a/engines/wintermute/video/video_theora_player.cpp
+++ b/engines/wintermute/video/video_theora_player.cpp
@@ -258,7 +258,9 @@ bool VideoTheoraPlayer::play(TVideoPlayback type, int x, int y, bool freezeGame,
 	default:
 		break;
 	}
-	_theoraDecoder->start();
+
+	if (_theoraDecoder)
+		_theoraDecoder->start();
 
 	return STATUS_OK;
 #if 0 // Stubbed for now as theora isn't seekable




More information about the Scummvm-git-logs mailing list