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

Commit 556a24a8 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Correcting large audio frame flag check" into main am: f1017ab2

parents 321aa384 f1017ab2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -134,7 +134,7 @@ MultiAccessUnitHelper::~MultiAccessUnitHelper() {
bool MultiAccessUnitHelper::isEnabledOnPlatform() {
    bool result = com::android::media::codec::flags::provider_->large_audio_frame();
    if (!result) {
        false;
        return false;
    }
    //TODO: remove this before launch
    result = ::android::base::GetBoolProperty("debug.media.c2.large.audio.frame", true);