]> git.sesse.net Git - ffmpeg/commit
avcodec/tiff: do not abort decoding if strips are available
authorPaul B Mahol <onemda@gmail.com>
Fri, 2 Oct 2020 10:16:49 +0000 (12:16 +0200)
committerPaul B Mahol <onemda@gmail.com>
Wed, 7 Oct 2020 20:16:35 +0000 (22:16 +0200)
commitda5b3d002862d1e105002a6dc1567e6551860896
treee492173f8c8018db6e0e5b6beb563795886237b1
parent283f950a65b187c5a38d1c0322b821812c5d8861
avcodec/tiff: do not abort decoding if strips are available

Even if such files are invalid, they can be decoded just fine.
Also stored tiles may have bigger dimensions than displayed ones,
so do not abort decoding in such cases.
libavcodec/tiff.c