video: add padding
authorWim Taymans <wim.taymans@collabora.co.uk>
Tue, 29 May 2012 07:52:40 +0000 (09:52 +0200)
committerWim Taymans <wim.taymans@collabora.co.uk>
Tue, 29 May 2012 07:52:40 +0000 (09:52 +0200)
gst-libs/gst/video/video.h

index feafdb2..d139033 100644 (file)
@@ -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)