Skip to content

Commit 05e1c76

Browse files
authored
rename to htj2k
1 parent b832837 commit 05e1c76

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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-
"ht256"};
88+
"htj2k"};
8989
printf (
9090
"'%s'", (a->uc < 10 ? compressionnames[a->uc] : "<UNKNOWN>"));
9191
if (verbose) printf (" (0x%02X)", a->uc);

0 commit comments

Comments
 (0)