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

Commit 97c9a2ec authored by Jean-Baptiste Queru's avatar Jean-Baptiste Queru
Browse files

resolved conflicts for merge of e2ec61b2 to gingerbread-plus-aosp

Change-Id: I81930c62e2f78b129995cffb8b1bf3332879c7cf
parents a9a25c31 6ed70d2d
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -127,10 +127,11 @@ status_t StagefrightMediaScanner::processFile(
            || !strcasecmp(extension, ".rtttl")
            || !strcasecmp(extension, ".rtx")
            || !strcasecmp(extension, ".ota")) {
        return HandleMIDI(path, &client);
        status_t status = HandleMIDI(path, &client);
        if (status != OK) {
            return status;
        }

    if (mRetriever->setDataSource(path) == OK
    } else if (mRetriever->setDataSource(path) == OK
            && mRetriever->setMode(
                METADATA_MODE_METADATA_RETRIEVAL_ONLY) == OK) {
        const char *value;