Skip to content

picture: add dav1d_picture_move_ref()

James Almer requested to merge jamrial/dav1d:move_ref into master

This removes a couple cases of pointless increase-then-decrease reference counter in the code (atomic operations are not cheap), and is overall more readable.

Merge request reports