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:
parent
54d28569b2
commit
265b69520a
@ -88,7 +88,7 @@ typedef struct
|
||||
{
|
||||
LCEVC_DecoderHandle decoder_handle;
|
||||
LCEVC_PictureHandle picture_handle;
|
||||
guint32 width;
|
||||
guint width;
|
||||
guint height;
|
||||
} PictureData;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user