Skip to content

codecs: h264decoder: Don't give up to decode due to missing reference picture

Missing reference picture is very common thing for broken/malformed stream. Decoder should be able to keep decoding if it's not a very critical error.

Fixes: #1443 (moved)

CC @vjaquez @ndufresne

Merge request reports