Re: [FFmpeg-devel] [PATCH] tiff: fix {2,4}bpp grayscale palettes.

2014-09-05 Thread Michael Niedermayer
On Fri, Sep 05, 2014 at 11:15:13AM +0200, Benoit Fouet wrote: > Create a default grayscale palette for 2 or 4 bpp grayscale tiff, if > there is no palette defined. > Fixes ticket #3915 > --- > libavcodec/tiff.c | 16 +++- > 1 file changed, 15 insertions(+), 1 deletion(-) applied than

[FFmpeg-devel] [PATCH] tiff: fix {2,4}bpp grayscale palettes.

2014-09-05 Thread Benoit Fouet
Create a default grayscale palette for 2 or 4 bpp grayscale tiff, if there is no palette defined. Fixes ticket #3915 --- libavcodec/tiff.c | 16 +++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/libavcodec/tiff.c b/libavcodec/tiff.c index 1e2d235..0352639 100644 --- a/