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

Commit 41194d93 authored by Caroline Tice's avatar Caroline Tice Committed by android-build-merger
Browse files

Merge "Fix static analyzer warnings" am: 9064b2d1

am: 9924503d

Change-Id: I50023e13c9beff766405cd3bdccfb71da7c766c9
parents 6fe7d597 9924503d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -231,7 +231,7 @@ sp<DataSource> DataSource::CreateFromURI(
        }

        String8 cacheConfig;
        bool disconnectAtHighwatermark;
        bool disconnectAtHighwatermark = false;
        KeyedVector<String8, String8> nonCacheSpecificHeaders;
        if (headers != NULL) {
            nonCacheSpecificHeaders = *headers;
+2 −2
Original line number Diff line number Diff line
@@ -4412,8 +4412,8 @@ status_t MPEG4Source::read(
        // fall through
    }

    off64_t offset;
    size_t size;
    off64_t offset = 0;
    size_t size = 0;
    uint32_t cts, stts;
    bool isSyncSample;
    bool newBuffer = false;