mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-18 05:16:05 +00:00
video: add padding
This commit is contained in:
parent
03dc5d4a1b
commit
3925b20e25
1 changed files with 2 additions and 0 deletions
|
@ -259,6 +259,8 @@ struct _GstVideoFormatInfo {
|
|||
GstVideoFormat unpack_format;
|
||||
GstVideoFormatUnpack unpack_func;
|
||||
GstVideoFormatPack pack_func;
|
||||
|
||||
gpointer _gst_reserved[GST_PADDING];
|
||||
};
|
||||
|
||||
#define GST_VIDEO_FORMAT_INFO_FORMAT(info) ((info)->format)
|
||||
|
|
Loading…
Reference in a new issue