3434TEST_CASE (" evcC" ) {
3535 std::vector<uint8_t > byteArray{
3636 0x00 , 0x00 , 0x00 , 0x3d , 0x65 , 0x76 , 0x63 , 0x43 ,
37- 0x01 , 0x00 , 0xd7 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 ,
37+ 0x01 , 0x02 , 0xd7 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 ,
3838 0x00 , 0x00 , 0x00 , 0x52 , 0x01 , 0x40 , 0x00 , 0xf0 ,
3939 0x03 , 0x02 , 0x98 , 0x00 , 0x01 , 0x00 , 0x15 , 0x32 ,
4040 0x00 , 0x80 , 0x6b , 0x80 , 0x00 , 0x00 , 0x00 , 0x00 ,
@@ -56,7 +56,7 @@ TEST_CASE("evcC") {
5656 std::shared_ptr<Box_evcC> evcC = std::dynamic_pointer_cast<Box_evcC>(box);
5757 Box_evcC::configuration configuration = evcC->get_configuration ();
5858 REQUIRE (configuration.configurationVersion == 1 );
59- REQUIRE (configuration.profile_idc == 0 );
59+ REQUIRE (configuration.profile_idc == 2 );
6060 REQUIRE (configuration.level_idc == 215 );
6161 REQUIRE (configuration.toolset_idc_h == 0 );
6262 REQUIRE (configuration.toolset_idc_l == 0 );
@@ -71,7 +71,7 @@ TEST_CASE("evcC") {
7171 REQUIRE (dumpResult == " Box: evcC -----\n "
7272 " size: 61 (header size: 8)\n "
7373 " configurationVersion: 1\n "
74- " profile_idc: 0 \n "
74+ " profile_idc: 2 (Baseline Still) \n "
7575 " level_idc: 215\n "
7676 " toolset_idc_h: 0\n "
7777 " toolset_idc_l: 0\n "
@@ -83,11 +83,11 @@ TEST_CASE("evcC") {
8383 " length_size: 4\n "
8484 " <array>\n "
8585 " | array_completeness: true\n "
86- " | NAL_unit_type: 24\n "
86+ " | NAL_unit_type: 24 (SPS_NUT) \n "
8787 " | 32 00 80 6b 80 00 00 00 00 00 00 00 20 0a 08 0f 16 c0 00 54 00 \n "
8888 " <array>\n "
8989 " | array_completeness: true\n "
90- " | NAL_unit_type: 25\n "
90+ " | NAL_unit_type: 25 (PPS_NUT) \n "
9191 " | 34 00 fb 00 \n " );
9292
9393 StreamWriter writer;
0 commit comments