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

Commit a81fcadb authored by James Dong's avatar James Dong
Browse files

Fix an issue in MPEG4Writer where the write of outstanding chunks in the last batch was missing

Change-Id: I93c9f6ae7ed098cdf828b2b11a9273c9e0c244e3
parent a65610a0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1308,6 +1308,7 @@ void MPEG4Writer::writeAllChunks() {
    size_t outstandingChunks = 0;
    Chunk chunk;
    while (findChunkToWrite(&chunk)) {
        writeChunkToFile(&chunk);
        ++outstandingChunks;
    }