mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
codecparsers: vp9parser: Use macro to define the size of filter_level in Segmentation.
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2369>
This commit is contained in:
parent
f941673862
commit
f38d944c0f
1 changed files with 1 additions and 1 deletions
|
@ -460,7 +460,7 @@ struct _GstVp9SuperframeInfo {
|
||||||
*/
|
*/
|
||||||
struct _GstVp9Segmentation
|
struct _GstVp9Segmentation
|
||||||
{
|
{
|
||||||
guint8 filter_level[4][2];
|
guint8 filter_level[GST_VP9_MAX_REF_LF_DELTAS][GST_VP9_MAX_MODE_LF_DELTAS];
|
||||||
gint16 luma_ac_quant_scale;
|
gint16 luma_ac_quant_scale;
|
||||||
gint16 luma_dc_quant_scale;
|
gint16 luma_dc_quant_scale;
|
||||||
gint16 chroma_ac_quant_scale;
|
gint16 chroma_ac_quant_scale;
|
||||||
|
|
Loading…
Reference in a new issue