Re: [FFmpeg-devel] libavcodec/exr : add support for compression in tile

2016-04-04 Thread Martin Vignali
2016-04-04 22:48 GMT+02:00 Paul B Mahol : > On 4/4/16, Martin Vignali wrote: > > Hello, > > > > In attach a patch, in order to enable compression in tile. > > > > With modification inside PIZ uncompress, B44 uncompress, and PXR24 > > uncompress. > > > > s->xdelta is replace by s->xsize. > > For s

Re: [FFmpeg-devel] libavcodec/exr : add support for compression in tile

2016-04-04 Thread Paul B Mahol
On 4/4/16, Martin Vignali wrote: > Hello, > > In attach a patch, in order to enable compression in tile. > > With modification inside PIZ uncompress, B44 uncompress, and PXR24 > uncompress. > > s->xdelta is replace by s->xsize. > For scanline it doesn't make any change, because s->xsize == s->xdel

[FFmpeg-devel] libavcodec/exr : add support for compression in tile

2016-04-04 Thread Martin Vignali
Hello, In attach a patch, in order to enable compression in tile. With modification inside PIZ uncompress, B44 uncompress, and PXR24 uncompress. s->xdelta is replace by s->xsize. For scanline it doesn't make any change, because s->xsize == s->xdelta. In tile s->xsize is the width of the tile or