[FFmpeg-devel] [PATCH 1/6] avcodec/apng: Remove threading support

Donny Yang work at kota.moe
Sun Jun 7 20:12:29 CEST 2015


Fixed so threading isn't removed completely.

Sorry this took so long. Took too long to figure out that decode_ihdr_chunk()
was being called in each thread and thus overwriting the cur_w/h value set by
update_thread_context().

("Remove threading support" patch can be ignored now)


More information about the ffmpeg-devel mailing list