Skip to content

Commit

Permalink
zstd level
Browse files Browse the repository at this point in the history
Signed-off-by: Cary Phillips <[email protected]>
  • Loading branch information
cary-ilm committed Jul 16, 2024
1 parent c3da597 commit 0dc35bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/bin/exrmetrics/exrmetrics.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -492,9 +492,9 @@ exrmetrics (
case ZIPS_COMPRESSION:
outHeader.zipCompressionLevel () = level;
break;
// case ZSTD_COMPRESSION :
// outHeader.zstdCompressionLevel()=level;
// break;
case ZSTD_COMPRESSION :
outHeader.zstdCompressionLevel()=level;
break;
default:
throw runtime_error (
"-l option only works for DWAA/DWAB,ZIP/ZIPS or ZSTD compression");
Expand Down

0 comments on commit 0dc35bb

Please sign in to comment.