Skip to content

h264parser: Fix the type of a parameter

From spec, the value of second_chroma_qp_index_offset is in the range of -12 to +12 inclusive. Fix its type from guint8 to gint8.

Merge request reports