This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
tiff: prefer enum TiffCompr over int for TiffContext.compr
Help debugging, safer.
tags/n0.8
Stefano Sabatini
14 years ago
parent
1e97700fba
commit
aa909d300f
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavcodec/tiff.c
+ 1
- 1
libavcodec/tiff.c
View File
@@ -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;
Write
Preview
Loading…
Cancel
Save