Skip to content

av1parser: Fix data type of film grain param

Mengkejiergeli Ba requested to merge mkba/gstreamer:av1_film_grain into main

Fix cb_offset and cr_offset data type from guint8 to guint16. According to spec, cr_offser and cb_offset are 9 bits long, while guint8 can cause an integer overflow, thus changing it to guint16.

Edited by Mengkejiergeli Ba

Merge request reports