PEGASUS: Clarify use of enableEditListBoundsCheckQuirk() in comment

This commit is contained in:
antoniou79 2024-01-15 09:10:07 +02:00
parent 6f039142d8
commit 803ae263da

View File

@ -58,6 +58,8 @@ void Movie::initFromMovieFile(const Common::Path &fileName, bool transparent) {
releaseMovie();
_video = new Video::QuickTimeDecoder();
// enableEditListBoundsCheckQuirk(true) fixes bug #14855
// At least one video file (Images/AI/Caldoria/XAE1) requires this fix
_video->enableEditListBoundsCheckQuirk(true);
if (!_video->loadFile(fileName)) {
// Replace any colon with an underscore, since only macOS