mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-03-28 12:32:17 +02:00
tiff: print log in case of unknown / unsupported tag.
Helps debugging. Signed-off-by: Anton Khirnov <anton@khirnov.net>
This commit is contained in:
parent
a43458d7eb
commit
1863a3c7aa
@ -478,6 +478,8 @@ static int tiff_decode_tag(TiffContext *s, const uint8_t *start, const uint8_t *
|
|||||||
if(s->compr == TIFF_G4)
|
if(s->compr == TIFF_G4)
|
||||||
s->fax_opts = value;
|
s->fax_opts = value;
|
||||||
break;
|
break;
|
||||||
|
default:
|
||||||
|
av_log(s->avctx, AV_LOG_DEBUG, "Unknown or unsupported tag %d/0X%0X\n", tag, tag);
|
||||||
}
|
}
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user