Skip to content

va: vp8: fix the overflow in _fill_quant_matrix().

He Junyan requested to merge He_Junyan/gst-plugins-bad:vp8_qi_matrix into master

The gint8 of qi and qi_base may overflow when calculation the matrix parameters and change the decoding result.

Merge request reports