From 8547c89b86f0be02c4b3ef8e8adb4d5f96cf8432 Mon Sep 17 00:00:00 2001 From: Bastien Bouclet Date: Fri, 18 Aug 2017 09:32:24 +0200 Subject: VIDEO: Change QT edit list to a Common::Array And fix an out of bounds acces when seeking to the end of a video. Skipping samples is needed even when seeking through silent edits because a silent stream is queued for those. Fixes #10219. --- common/quicktime.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'common/quicktime.h') diff --git a/common/quicktime.h b/common/quicktime.h index f74d1ed0d9..3f82fc0431 100644 --- a/common/quicktime.h +++ b/common/quicktime.h @@ -150,8 +150,7 @@ protected: Array sampleDescs; - uint32 editCount; - EditListEntry *editList; + Common::Array editList; uint32 frameCount; uint32 duration; -- cgit v1.2.3