Re: [FFmpeg-devel] libavcodec/exr : Fix slice threading

2016-04-25 Thread James Almer
On 4/23/2016 8:46 AM, Martin Vignali wrote: > Hello, > > Patch in attach, fix slice threading (reported by James Almer in > "Libavcodec/exr : add support for tile" discussion) > the xsize and ysize are now in the thread data instead of exr context. > > Theses variables are used to store the real

[FFmpeg-devel] libavcodec/exr : Fix slice threading

2016-04-23 Thread Martin Vignali
Hello, Patch in attach, fix slice threading (reported by James Almer in "Libavcodec/exr : add support for tile" discussion) the xsize and ysize are now in the thread data instead of exr context. Theses variables are used to store the real dimensions of a block (tile or scanline) specially in edge