Skip to content

threading: Limit the progress bitfields to the used size

Victorien Le Couviour--Tuffet requested to merge psilokos/dav1d:fix404 into master

Store the used size instead of the allocated size.

The used size can be smaller than the allocated size, which results in a wrong computation of the linear progress from the frame_progress bitfield.

Closes #404.

Edited by Victorien Le Couviour--Tuffet

Merge request reports