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 22, 2024
1 parent 78f5c23 commit f9e97ca
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 f9e97ca

Please sign in to comment.