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

Commit 9924503d authored by Caroline Tice's avatar Caroline Tice Committed by android-build-merger
Browse files

Merge "Fix static analyzer warnings"

am: 9064b2d1

Change-Id: I3e5ef8860968de0433cc3128ff69434ff0a3e8b1
parents 021add2d 9064b2d1
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;