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

Commit f5be2959 authored by Arun Johnson's avatar Arun Johnson
Browse files

Correcting large audio frame flag check

Bug: 322989057
Change-Id: Ib505e0ac02cebb90b1218f726ed7fab40ef9b9f7
parent 15ff7818
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);