From 2eb8e5d9bf2307edf5146989bbdf4d8ed753e72b Mon Sep 17 00:00:00 2001 From: Brad Hards Date: Sat, 2 Nov 2024 20:44:59 +1100 Subject: [PATCH] evc: note dubious looking level_idc --- tests/evc_box.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/evc_box.cc b/tests/evc_box.cc index cbcf3671f8..fa5306f0cd 100644 --- a/tests/evc_box.cc +++ b/tests/evc_box.cc @@ -57,6 +57,7 @@ TEST_CASE("evcC") { Box_evcC::configuration configuration = evcC->get_configuration(); REQUIRE(configuration.configurationVersion == 1); REQUIRE(configuration.profile_idc == 2); + // TODO: this value looks off REQUIRE(configuration.level_idc == 215); REQUIRE(configuration.toolset_idc_h == 0); REQUIRE(configuration.toolset_idc_l == 0);