OSDN Git Service

Looks like ZLib uncompress() cannot deal with some kinds of TIFF deflated data,
authorKostya Shishkov <kostya.shishkov@gmail.com>
Sun, 27 Sep 2009 07:01:01 +0000 (07:01 +0000)
committerKostya Shishkov <kostya.shishkov@gmail.com>
Sun, 27 Sep 2009 07:01:01 +0000 (07:01 +0000)
commite96f885aa092958cc0d54bbb191b82a0796518a4
tree5d0e191fd908a55a9f81193fa43b41b00dfbb5e4
parent3b6c5ad2f67cc8eeeec89fb9d497ec79c1f3948a
Looks like ZLib uncompress() cannot deal with some kinds of TIFF deflated data,
so replace it with custom code.
This fixes issue 1419.

Originally committed as revision 20054 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/tiff.c