Skip to content

Ensure that the refmvs_refpair union is packed

Cameron Cawley requested to merge ccawley2011/dav1d:refmvs-pack into master

When building for RISC OS, the refmvs_refpair union is padded to a multiple of 4 bytes, which leads to the padding being included in the otherwise packed refmvs_block structure.

Merge request reports