Skip to content

Commit

Permalink
evc: note dubious looking level_idc
Browse files Browse the repository at this point in the history
  • Loading branch information
bradh committed Nov 2, 2024
1 parent 9504735 commit 2eb8e5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/evc_box.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 2eb8e5d

Please sign in to comment.