Merge "MPEG4Writer: Initialize mime to NULL in addSource"

gugelfrei
Treehugger Robot 4 years ago committed by Gerrit Code Review
commit df82d62c33

@ -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);

Loading…
Cancel
Save