Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 765b8aa8 authored by Andreas Huber's avatar Andreas Huber
Browse files

Properly skip the 'skip' chunk in mpeg4 files.

Change-Id: I6795347f91f24d5379e8dc80a24ae016a9629c9c
related-to-bug: 2901311
parent 5723dfe8
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -492,7 +492,6 @@ status_t MPEG4Extractor::parseChunk(off_t *offset, int depth) {
        case FOURCC('m', 'o', 'o', 'f'):
        case FOURCC('t', 'r', 'a', 'f'):
        case FOURCC('m', 'f', 'r', 'a'):
        case FOURCC('s', 'k', 'i' ,'p'):
        case FOURCC('u', 'd', 't', 'a'):
        case FOURCC('i', 'l', 's', 't'):
        {