Skip to content

Commit f9e97ca

Browse files
committed
evc: note dubious looking level_idc
1 parent 78f5c23 commit f9e97ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/evc_box.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ TEST_CASE("evcC") {
5757
Box_evcC::configuration configuration = evcC->get_configuration();
5858
REQUIRE(configuration.configurationVersion == 1);
5959
REQUIRE(configuration.profile_idc == 2);
60+
// TODO: this value looks off
6061
REQUIRE(configuration.level_idc == 215);
6162
REQUIRE(configuration.toolset_idc_h == 0);
6263
REQUIRE(configuration.toolset_idc_l == 0);

0 commit comments

Comments
 (0)