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

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

Merge "C2InputSurface: do not rely on flag" into main

parents 86db96a7 bc6ed6cb
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -77,9 +77,6 @@ bool IsCodec2AidlInputSurfaceSelected() {
    if (inputSurfaceSetting <= 0) {
        return false;
    }
    if (!android::media::codec::provider_->aidl_hal_input_surface()) {
        return false;
    }
    return true;
}