mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
14 lines
755 B
Diff
14 lines
755 B
Diff
diff --git a/Testing/Source/DataStructureAndEncodingDefinition/Cxx/TestTransferSyntax.cxx b/Testing/Source/DataStructureAndEncodingDefinition/Cxx/TestTransferSyntax.cxx
|
|
index 7ad350d..6f962ce 100644
|
|
--- a/Testing/Source/DataStructureAndEncodingDefinition/Cxx/TestTransferSyntax.cxx
|
|
+++ b/Testing/Source/DataStructureAndEncodingDefinition/Cxx/TestTransferSyntax.cxx
|
|
@@ -43,6 +43,9 @@ static const int losslylosslessarray[][3] = {
|
|
{ 1, 0, 1 }, // MPEG2MainProfileHighLevel
|
|
{ 1, 0, 1 }, // MPEG4AVCH264HighProfileLevel4_1
|
|
{ 1, 0, 1 }, // MPEG4AVCH264BDcompatibleHighProfileLevel4_1
|
|
+ { 0, 1, 1 }, // HTJ2KLossless
|
|
+ { 0, 1, 1 }, // HTJ2KRPCLLossless
|
|
+ { 1, 0, 1 }, // HTJ2K
|
|
};
|
|
|
|
static int TestTransferSyntaxAll()
|