video: add padding
This commit is contained in:
parent
03dc5d4a1b
commit
3925b20e25
@ -259,6 +259,8 @@ struct _GstVideoFormatInfo {
|
|||||||
GstVideoFormat unpack_format;
|
GstVideoFormat unpack_format;
|
||||||
GstVideoFormatUnpack unpack_func;
|
GstVideoFormatUnpack unpack_func;
|
||||||
GstVideoFormatPack pack_func;
|
GstVideoFormatPack pack_func;
|
||||||
|
|
||||||
|
gpointer _gst_reserved[GST_PADDING];
|
||||||
};
|
};
|
||||||
|
|
||||||
#define GST_VIDEO_FORMAT_INFO_FORMAT(info) ((info)->format)
|
#define GST_VIDEO_FORMAT_INFO_FORMAT(info) ((info)->format)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user