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

Commit 494a1281 authored by James Dong's avatar James Dong Committed by Android (Google) Code Review
Browse files

Merge "Fix an issue in MPEG4Writer where the write of outstanding chunks in...

Merge "Fix an issue in MPEG4Writer where the write of outstanding chunks in the last batch was missing"
parents e1a255a8 a81fcadb
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;
    }