From beb877bae02607eb618ff2a99e4f7be49c37a566 Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Wed, 5 Oct 2016 13:49:17 +0200 Subject: lavc/tiff: Print compression debug information. --- libavcodec/tiff.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/tiff.c') diff --git a/libavcodec/tiff.c b/libavcodec/tiff.c index 4be587d569..4721e94449 100644 --- a/libavcodec/tiff.c +++ b/libavcodec/tiff.c @@ -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: -- cgit v1.2.3