Re: [FFmpeg-devel] [PATCH]lavc/tiff: Support some CMYK samples

2019-01-12 Thread Carl Eugen Hoyos
2019-01-11 16:36 GMT+01:00, Derek Buitenhuis : > On 11/01/2019 14:54, Carl Eugen Hoyos wrote: >> Attached patch that fixes the sample from ticket #3459 cannot be >> factorized with the code in mjpegdec (and psd), the representation is >> different. > > Is there a good reason this is RGB0 instead o

Re: [FFmpeg-devel] [PATCH]lavc/tiff: Support some CMYK samples

2019-01-11 Thread Derek Buitenhuis
On 11/01/2019 14:54, Carl Eugen Hoyos wrote: > Hi! > > Attached patch that fixes the sample from ticket #3459 cannot be > factorized with the code in mjpegdec (and psd), the representation is > different. Is there a good reason this is RGB0 instead of RGB24? Other than that, seems OK, if tested