]> git.sesse.net Git - vlc/blobdiff - modules/access/dshow/dshow.cpp
Fix a bunch of preferences errors
[vlc] / modules / access / dshow / dshow.cpp
index 27e4e822f2b4a7fb3d0e413f001121a3a6b0ce73..4fa780ba0f27f632f76b87849eb8aa4c95d56102 100644 (file)
@@ -158,10 +158,10 @@ vlc_module_begin();
                 VLC_TRUE );
 
     add_bool( "dshow-config", VLC_FALSE, NULL, CONFIG_TEXT, CONFIG_LONGTEXT,
-              VLC_FALSE );
+              VLC_TRUE );
 
     add_bool( "dshow-tuner", VLC_FALSE, NULL, TUNER_TEXT, TUNER_LONGTEXT,
-              VLC_FALSE );
+              VLC_TRUE );
 
     add_integer( "dshow-tuner-channel", 0, NULL, CHANNEL_TEXT,
                  CHANNEL_LONGTEXT, VLC_TRUE );