We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50ba96b commit 7627f39Copy full SHA for 7627f39
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