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

Commit 7709d8f3 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 am: 556a24a8

parents 62e5a23e 556a24a8
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);