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 ef8cfd2 commit 6c85ac1Copy full SHA for 6c85ac1
1 file changed
src/lib/OpenEXRCore/debug.c
@@ -87,7 +87,7 @@ print_attr (const exr_attribute_t* a, int verbose)
87
"dwab",
88
"htj2k"};
89
printf (
90
- "'%s'", (a->uc < 10 ? compressionnames[a->uc] : "<UNKNOWN>"));
+ "'%s'", (a->uc < 11 ? compressionnames[a->uc] : "<UNKNOWN>"));
91
if (verbose) printf (" (0x%02X)", a->uc);
92
break;
93
}
0 commit comments