Skip to content

WIP: HACK: avoid assert in gm_get_motion_vector after invalid warped motion

Janne Grunau requested to merge janne/dav1d:oss-fuzz-assert into master

The fix in !369 (merged) (597a6eb9) to change the global motion type to translation on invalid warped motion parameters can trigger an assert in gm_get_motion_vector. This patch is a hackish attempt to avoid the assert by clearing the low precision bits.

Merge request reports