mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-24 07:31:22 +01:00
lavc/tiff: Print compression debug information.
This commit is contained in:
parent
40fbf32042
commit
beb877bae0
1 changed files with 1 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue