Skip to content

Web: Fix encoder image corruption

Before we were doing a ShallowCopy of an internal buffer of each writer which would be concurrently edited. Now we properly do a DeepCopy to cut any relationship with writer internal memory.

Merge request reports