]> git.sesse.net Git - vlc/blobdiff - modules/access/dshow/common.h
Revert revision 13903. It is implemented in a different way by checking if the option...
[vlc] / modules / access / dshow / common.h
index 1928792250f78ebd6ee4c829ffaacadb5e91c904..b1103ea97dc4d8092b7b96fe2f4fbd1f2d668ed9 100644 (file)
@@ -90,4 +90,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 */
 };