Skip to content

Exit frame data decoding for OBU_FRAME if show_existing_frame=1

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

This is identical to what libaom does for such OBUs. It prevents us from doing block decoding, which doesn't make sense for such OBUs, and would result in using an uninitialized frame header during the decoding process. Fixes #94 (closed).

Edited by Ronald S. Bultje

Merge request reports