Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Grok Compression committed Dec 22, 2024
1 parent ae5ae53 commit 33de944
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/lib/codec/jp2/GrkDecompress.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -694,10 +694,7 @@ GrkRC GrkDecompress::parseCommandLine(int argc, char* argv[], DecompressInitPara
{
const char* infile = inputFile.c_str();
if(!grk_decompress_detect_format(infile, &parameters->decod_format))
{
spdlog::error("Unable to open file {} for decoding.", infile);
return GrkRCParseArgsFailed;
}
switch(parameters->decod_format)
{
case GRK_CODEC_J2K:
Expand Down

0 comments on commit 33de944

Please sign in to comment.