[Scummvm-cvs-logs] scummvm master -> 4626e641fca76fd25e2b3e647dfd068e1511538b

m-kiewitz m_kiewitz at users.sourceforge.net
Sat Jun 13 20:58:58 CEST 2015


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:
4626e641fc SHERLOCK: 3DO: close and delete videoDecoder


Commit: 4626e641fca76fd25e2b3e647dfd068e1511538b
    https://github.com/scummvm/scummvm/commit/4626e641fca76fd25e2b3e647dfd068e1511538b
Author: Martin Kiewitz (m_kiewitz at users.sourceforge.net)
Date: 2015-06-13T20:57:58+02:00

Commit Message:
SHERLOCK: 3DO: close and delete videoDecoder

...after playing a movie.

Changed paths:
    engines/sherlock/scalpel/3do/movie_decoder.cpp



diff --git a/engines/sherlock/scalpel/3do/movie_decoder.cpp b/engines/sherlock/scalpel/3do/movie_decoder.cpp
index 29f2510..6de4f86 100644
--- a/engines/sherlock/scalpel/3do/movie_decoder.cpp
+++ b/engines/sherlock/scalpel/3do/movie_decoder.cpp
@@ -498,6 +498,9 @@ bool Scalpel3DOMoviePlay(const char *filename, Common::Point pos) {
 
 		g_system->delayMillis(10);
 	}
+	videoDecoder->close();
+	delete videoDecoder;
+
 	return !skipVideo;
 }
 






More information about the Scummvm-git-logs mailing list