mirror of
https://github.com/opencv/opencv.git
synced 2025-08-06 14:36:36 +08:00
Merge pull request #8965 from mshabunin:fix-vs-issue-tiff
This commit is contained in:
commit
4eb5242e16
2
3rdparty/libtiff/tif_dirread.c
vendored
2
3rdparty/libtiff/tif_dirread.c
vendored
@ -3707,7 +3707,7 @@ TIFFReadDirectory(TIFF* tif)
|
||||
case TIFFTAG_SMAXSAMPLEVALUE:
|
||||
{
|
||||
|
||||
double *data;
|
||||
double *data = 0;
|
||||
enum TIFFReadDirEntryErr err;
|
||||
uint32 saved_flags;
|
||||
int m;
|
||||
|
Loading…
Reference in New Issue
Block a user