[FFmpeg-devel] [PATCH] ffv1dec: plane_index is 1 in case of version 4 gray+alpha.

2015-05-02 Thread Jerome Martinez
Le 02/05/2015 12:51, Michael Niedermayer a écrit : On Sat, May 02, 2015 at 02:41:33AM +0200, Jerome Martinez wrote: shouldn't it be if (fs-transparency) decode_plane(fs, p-data[3] + ps*x + y*p-linesize[3], width, height, p-linesize[3], (f-version = 4 !f-chroma_planes) ?

Re: [FFmpeg-devel] [PATCH] ffv1dec: plane_index is 1 in case of version 4 gray+alpha.

2015-05-02 Thread Michael Niedermayer
On Sat, May 02, 2015 at 01:35:13PM +0200, Jerome Martinez wrote: Le 02/05/2015 12:51, Michael Niedermayer a écrit : On Sat, May 02, 2015 at 02:41:33AM +0200, Jerome Martinez wrote: shouldn't it be if (fs-transparency) decode_plane(fs, p-data[3] + ps*x +