summaryrefslogtreecommitdiff
path: root/libavcodec/tiff.c
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2016-10-05 13:49:17 +0200
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2016-10-05 13:49:17 +0200
commitbeb877bae02607eb618ff2a99e4f7be49c37a566 (patch)
treea3c9afe0ecedb43f8a00e830fe936a314d79f0ea /libavcodec/tiff.c
parent40fbf3204208f89a0626f85ce6dd06ca0741583b (diff)
lavc/tiff: Print compression debug information.
Diffstat (limited to 'libavcodec/tiff.c')
-rw-r--r--libavcodec/tiff.c1
1 files changed, 1 insertions, 0 deletions
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: