Skip to content

Commit c18a365

Browse files
committed
Merge branch 'release'
2 parents ae6563a + 72ee7cd commit c18a365

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Testing/Source/DataStructureAndEncodingDefinition/Cxx/TestTransferSyntax.cxx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ static const int losslylosslessarray[][3] = {
4343
{ 1, 0, 1 }, // MPEG2MainProfileHighLevel
4444
{ 1, 0, 1 }, // MPEG4AVCH264HighProfileLevel4_1
4545
{ 1, 0, 1 }, // MPEG4AVCH264BDcompatibleHighProfileLevel4_1
46+
{ 0, 1, 1 }, // HTJ2KLossless
47+
{ 0, 1, 1 }, // HTJ2KRPCLLossless
48+
{ 1, 0, 1 }, // HTJ2K
4649
};
4750

4851
static int TestTransferSyntaxAll()

0 commit comments

Comments
 (0)