Skip to content

codecs: vp9decoder: Fix to output frame when show_existing_frame flag is set

When show_existing_frame flag is set, show_frame flag is zero but we should output previously decoded frame as specified in frame header.

Merge request reports