Skip to content

Commit 31ddc8d

Browse files
qbisimalaterre
authored andcommitted
Fix TestTransferSyntax
1 parent ae6563a commit 31ddc8d

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)