Skip to content

Add clamping back to mv projection

Colin Lee requested to merge kkourin/dav1d:fix-projection-no-clamp into master

Commit aca57bf3 removed clamping from the projection calculation of motion vectors. The clamping here affects the motion vector selection process and is required by spec.

Example: test.ivf (crashes at frame 67 with HEAD)

Edited by Colin Lee

Merge request reports