Skip to content

codecs: h264decoder: set sys frame num before new_picture()

Derive classes might need to operate on the current frame at their new_picture() vmethod, so it would be needed to set system_frame_number on picture before calling the vmethod.

Merge request reports