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

Commit 618360df authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 6251873 from 25ae5761 to rvc-release

Change-Id: Ia356aac75b3d5914b4faeff3b4a8396958016583
parents a00f45b3 25ae5761
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -112,7 +112,9 @@ static sp<ABuffer> MakeAVCCodecSpecificData(
    sp<ABuffer> profileLevelID = NULL;
    if (GetAttribute(params, "profile-level-id", &val)) {
        profileLevelID = decodeHex(val);
        CHECK_EQ(profileLevelID->size(), 3u);
        if (profileLevelID != NULL && profileLevelID->size() != 3u) {
            profileLevelID = NULL;
        }
    }

    Vector<sp<ABuffer> > paramSets;