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

James Almer jamrial at gmail.com
Mon Apr 25 19:20:14 CEST 2016


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.



More information about the ffmpeg-devel mailing list