Commit aa909d30 authored by Stefano Sabatini's avatar Stefano Sabatini

tiff: prefer enum TiffCompr over int for TiffContext.compr

Help debugging, safer.
parent 1e97700f
......@@ -40,7 +40,7 @@ typedef struct TiffContext {
int width, height;
unsigned int bpp;
int le;
int compr;
enum TiffCompr compr;
int invert;
int fax_opts;
int predictor;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment