Skip to content

picture.c: rename picture_alloc_with_edges() to picture_alloc()

Ronald S. Bultje requested to merge rbultje/dav1d:fix415 into master

The allocated picture has no edges and is not expected to have any edges, so the _with_edges() suffix was misleading. Fixes #415 (closed).

Merge request reports