]> git.sesse.net Git - vlc/blobdiff - modules/access/dshow/common.h
access: Rename access2 to access as access is no longer existing.
[vlc] / modules / access / dshow / common.h
index 1928792250f78ebd6ee4c829ffaacadb5e91c904..098f51cab2417f570514ca158842def1a912b8ad 100644 (file)
@@ -34,6 +34,9 @@ using namespace std;
 #   include <unknwn.h>
 #   include <ole2.h>
 #   include <limits.h>
+#   ifdef _WINGDI_
+#      undef _WINGDI_
+#   endif
 #   define _WINGDI_ 1
 #   define AM_NOVTABLE
 #   define _OBJBASE_H_
@@ -90,4 +93,5 @@ struct access_sys_t
     int            i_width;
     int            i_height;
     int            i_chroma;
+    bool     b_chroma; /* Force a specific chroma on the dshow input */
 };