diff options
Diffstat (limited to 'video')
-rw-r--r-- | video/qt_decoder.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/video/qt_decoder.cpp b/video/qt_decoder.cpp index bb9a92225b..4a47c6ab6d 100644 --- a/video/qt_decoder.cpp +++ b/video/qt_decoder.cpp @@ -313,6 +313,7 @@ void QuickTimeDecoder::VideoTrackHandler::checkEditListBounds() { EditListEntry &edit = _parent->editList[i]; if (edit.mediaTime < 0) { + offset += edit.trackDuration; continue; // Ignore empty edits } |