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

Commit df82d62c authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "MPEG4Writer: Initialize mime to NULL in addSource"

parents 7d564738 f9d5d465
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -613,7 +613,7 @@ status_t MPEG4Writer::addSource(const sp<MediaSource> &source) {

    CHECK(source.get() != NULL);

    const char *mime;
    const char *mime = NULL;
    sp<MetaData> meta = source->getFormat();
    meta->findCString(kKeyMIMEType, &mime);