From 3925b20e25da25b9f5d32c73b33ceed88ff602a3 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Tue, 29 May 2012 09:52:40 +0200 Subject: [PATCH] video: add padding --- gst-libs/gst/video/video.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gst-libs/gst/video/video.h b/gst-libs/gst/video/video.h index feafdb2..d139033 100644 --- a/gst-libs/gst/video/video.h +++ b/gst-libs/gst/video/video.h @@ -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) -- 2.7.4