summaryrefslogtreecommitdiff
path: root/sys/msdk/gstmsdkallocator.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/msdk/gstmsdkallocator.h')
-rw-r--r--sys/msdk/gstmsdkallocator.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/msdk/gstmsdkallocator.h b/sys/msdk/gstmsdkallocator.h
index 64cd6a164..cbe03e641 100644
--- a/sys/msdk/gstmsdkallocator.h
+++ b/sys/msdk/gstmsdkallocator.h
@@ -46,6 +46,12 @@ struct _GstMsdkMemoryID {
#ifndef _WIN32
VASurfaceID *surface;
VAImage image;
+#else
+ /* TODO: This is just to avoid compile errors on Windows.
+ * Implement handling Windows-specific video-memory.
+ */
+ gint pitch;
+ guint offset;
#endif
};