Skip to content

svc: move spatial layer check out of output_picture

Janne Grunau requested to merge janne/dav1d:svc-drop into master

Prevents unnecessary returns from get_picture and fixes wrong return value when a lower spatial level was dropped from output_picture() (0 without a valid picture instead of -EAGAIN).

Merge request reports