lcevcdec: Fix width type typo

This was always meant to be gint instead of gint32.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/9463>
This commit is contained in:
Julian Bouzas 2025-07-30 15:19:26 -04:00 committed by GStreamer Marge Bot
parent 54d28569b2
commit 265b69520a

View File

@ -88,7 +88,7 @@ typedef struct
{
LCEVC_DecoderHandle decoder_handle;
LCEVC_PictureHandle picture_handle;
guint32 width;
guint width;
guint height;
} PictureData;