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 dimensions of a block (tile or
> scanline)
> specially in edge blocks.
> 
> For example can be tested with :
> ./ffmpeg -threads 2 -thread_type slice -i
> ./fate-suite/exr/rgba_multiscanline_half_b44.exr
> rgba_multiscanline_half_b44.png
> 
> or with
> 
> make fate-exr SAMPLES=fate-suite/ THREADS=2 THREAD_TYPE=slice
> 
> 
> Comments welcome
> 
> Martin
> Jokyo Images

Tested and applied, thanks.

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to