Skip to content

h265parse: don't invalidate the last PPS when parsing a new SPS

This is a port of !2019 (merged) to h265parse.

When a SPS is received then any previous PPS remains valid. So don't clear the PPS flag from the parser state.

This is important because there are encoders that don't generated a PPS after every SPS.

Merge request reports