Re: [FFmpeg-devel] libavcodec/exr : simplify reorder_pixels

2017-05-14 Thread Michael Niedermayer
On Fri, May 05, 2017 at 10:28:28PM +0200, Martin Vignali wrote: > Hello, > > in attach a patch who simplify the reorder_pixels func > > reorder_pixels is call by rle_uncompress and zip_uncompress > with size == uncompress_size > > uncompress_size is a multiple of 2 (because exr store data > in h

Re: [FFmpeg-devel] libavcodec/exr : simplify reorder_pixels

2017-05-11 Thread Martin Vignali
2017-05-05 22:28 GMT+02:00 Martin Vignali : > Hello, > > in attach a patch who simplify the reorder_pixels func > > reorder_pixels is call by rle_uncompress and zip_uncompress > with size == uncompress_size > > uncompress_size is a multiple of 2 (because exr store data > in half, float, or uint32)