Skip to content

codecs: h265: Fix dependent slice header

Some subclass require per slice information to operate (rather then first slice). The dependent slice header don't are missing important information that is expected during reference list creation. This fixes it using the same method used in gstreamer-vaapi (the variable to do so was already there, just not implemented).

This also include some minor fixes in the parser and the decoder.

Merge request reports