Skip to content

Commit

Permalink
tjdecomp.c: Remove extraneous #defines
Browse files Browse the repository at this point in the history
  • Loading branch information
dcommander committed Sep 6, 2024
1 parent c519d7b commit c6de7d8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/tjdecomp.c
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,6 @@

#define THROW_UNIX(action) THROW(action, strerror(errno))

#define DEFAULT_SUBSAMP TJSAMP_444
#define DEFAULT_QUALITY 95


static tjscalingfactor *scalingFactors = NULL;
static int numScalingFactors = 0;
Expand Down

0 comments on commit c6de7d8

Please sign in to comment.