Skip to content

obu:delete memset for frame_hdr and seq_hdr to get rid of memset(0) after allocation.

beiluo requested to merge beiluo97/dav1d:master into master

As task list says, now we try to get rid of memset(0) of seq_hdr and frame_hdr after allocation. When I comment on these two lines of memset(0) in these data structures, it compiles and tests success. Screen_Shot_2022-04-19_at_4.31.06_PM

Merge request reports