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

Commit d05621a0 authored by Ray Chin's avatar Ray Chin
Browse files

Fix hidl compatibility issue for supporting h.266

Bug: 219981033
Test: atest android.media.tv.tuner.cts
Change-Id: I53ff59cf9160b256a01356f701c069d25ba37fb7
parent 2ea68a82
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -840,6 +840,10 @@ HidlDemuxFilterRecordSettings TunerHidlFilter::getHidlRecordSettings(
                static_cast<uint32_t>(settings.scIndexMask.get<DemuxFilterScIndexMask::scHevc>()));
        break;
    }
    case DemuxFilterScIndexMask::scVvc: {
        // Shouldn't be here.
        break;
    }
    }
    return record;
}