You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
tiff: prefer enum TiffCompr over int for TiffContext.compr
Help debugging, safer.
This commit is contained in:
@@ -40,7 +40,7 @@ typedef struct TiffContext {
|
|||||||
int width, height;
|
int width, height;
|
||||||
unsigned int bpp;
|
unsigned int bpp;
|
||||||
int le;
|
int le;
|
||||||
int compr;
|
enum TiffCompr compr;
|
||||||
int invert;
|
int invert;
|
||||||
int fax_opts;
|
int fax_opts;
|
||||||
int predictor;
|
int predictor;
|
||||||
|
Reference in New Issue
Block a user