1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-04-08 16:54:03 +02:00

lavc/tiff: Print compression debug information.

This commit is contained in:
Carl Eugen Hoyos 2016-10-05 13:49:17 +02:00
parent 40fbf32042
commit beb877bae0

View File

@ -861,6 +861,7 @@ static int tiff_decode_tag(TiffContext *s, AVFrame *frame)
break;
case TIFF_COMPR:
s->compr = value;
av_log(s->avctx, AV_LOG_DEBUG, "compression: %d\n", s->compr);
s->predictor = 0;
switch (s->compr) {
case TIFF_RAW: