You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
lavc/tiff: Print compression debug information.
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user