diff options
Diffstat (limited to 'sys/ximagesrc/ximageutil.h')
-rw-r--r-- | sys/ximagesrc/ximageutil.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/ximagesrc/ximageutil.h b/sys/ximagesrc/ximageutil.h index a4db7610..cc9d3dbf 100644 --- a/sys/ximagesrc/ximageutil.h +++ b/sys/ximagesrc/ximageutil.h @@ -89,6 +89,12 @@ struct _GstXContext { gint width, height; gint widthmm, heightmm; + + /* these are the output masks + * for buffers from ximagesrc + * and are in big endian */ + guint32 r_mask_output, g_mask_output, b_mask_output; + GValue *par; /* calculated pixel aspect ratio */ gboolean use_xshm; |