Skip to content

Commit 0fc81d3

Browse files
committed
Change HTJ2K compressor name to HTJ2K256
1 parent ca07ab8 commit 0fc81d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/lib/OpenEXRCore/debug.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ print_attr (const exr_attribute_t* a, int verbose)
8585
"b44a",
8686
"dwaa",
8787
"dwab",
88-
"htj2k",
88+
"htj2k256",
8989
"htj2k32"};
9090
printf (
9191
"'%s'", (a->uc < EXR_COMPRESSION_LAST_TYPE ? compressionnames[a->uc] : "<UNKNOWN>"));

src/test/OpenEXRTest/testCompressionApi.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ testCompressionApi (const string& tempDir)
2828
cout << "Testing compression API functions." << endl;
2929

3030
// update this if you add a new compressor.
31-
string codecList = "none/rle/zips/zip/piz/pxr24/b44/b44a/dwaa/dwab/htj2k/htj2k32";
31+
string codecList = "none/rle/zips/zip/piz/pxr24/b44/b44a/dwaa/dwab/htj2k256/htj2k32";
3232

3333
int numMethods = static_cast<int> (NUM_COMPRESSION_METHODS);
3434
// update this if you add a new compressor.

0 commit comments

Comments
 (0)