[libav-bugs] [Bug 510] New: tiff decode does not support 16 bit gray
bugzilla-daemon at aruru.libav.org
bugzilla-daemon at aruru.libav.org
Wed May 8 11:07:14 CEST 2013
https://bugzilla.libav.org/show_bug.cgi?id=510
Summary: tiff decode does not support 16 bit gray
Product: Libav
Version: 9
Platform: X86
OS/Version: Windows
Status: NEW
Severity: normal
Priority: Normal
Component: libavcodec
AssignedTo: bugzilla at libav.org
ReportedBy: steffen.roeber at hella.com
I get This format is not supported (bpp=16, bppcount=2).
It seems that 161 is wrong and should be 162 in file tiff.c:
case 161:
s->avctx->pix_fmt = s->le ? AV_PIX_FMT_GRAY16LE : AV_PIX_FMT_GRAY16BE;
--
Configure bugmail: https://bugzilla.libav.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
More information about the libav-bugs
mailing list