]> 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 4b69d7e67928e1cf4d5fa6aef22a7456f6dfd67a..098f51cab2417f570514ca158842def1a912b8ad 100644 (file)
@@ -93,5 +93,5 @@ struct access_sys_t
     int            i_width;
     int            i_height;
     int            i_chroma;
-    vlc_bool_t     b_chroma; /* Force a specific chroma on the dshow input */
+    bool     b_chroma; /* Force a specific chroma on the dshow input */
 };