[FFmpeg-cvslog] lavc/tiff: Print compression debug information.

Carl Eugen Hoyos git at videolan.org
Wed Oct 5 14:50:06 EEST 2016


ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Wed Oct  5 13:49:17 2016 +0200| [beb877bae02607eb618ff2a99e4f7be49c37a566] | committer: Carl Eugen Hoyos

lavc/tiff: Print compression debug information.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=beb877bae02607eb618ff2a99e4f7be49c37a566
---

 libavcodec/tiff.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libavcodec/tiff.c b/libavcodec/tiff.c
index 4be587d..4721e94 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:



More information about the ffmpeg-cvslog mailing list