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

Commit 98cb552e authored by Songyue Han's avatar Songyue Han Committed by Automerger Merge Worker
Browse files

Merge "Initialize mError for AudioCapabilities." into main am: eec973f9 am: 303cb78b

parents e087359f 303cb78b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -78,6 +78,7 @@ void AudioCapabilities::init(std::string mediaType, std::vector<ProfileLevel> pr
        const sp<AMessage> &format) {
    mMediaType = mediaType;
    mProfileLevels = profLevs;
    mError = 0;

    initWithPlatformLimits();
    applyLevelLimits();