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

Commit f1017ab2 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Correcting large audio frame flag check" into main

parents ada1d984 f5be2959
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);