We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8392c8 commit d0e2e53Copy full SHA for d0e2e53
1 file changed
src/lib/OpenEXRCore/debug.c
@@ -84,7 +84,8 @@ print_attr (const exr_attribute_t* a, int verbose)
84
"b44",
85
"b44a",
86
"dwaa",
87
- "dwab"};
+ "dwab",
88
+ "htj2k"};
89
printf (
90
"'%s'", (a->uc < 10 ? compressionnames[a->uc] : "<UNKNOWN>"));
91
if (verbose) printf (" (0x%02X)", a->uc);
0 commit comments