]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/components/open_panels.hpp
Qt4 - Open Capture: work on DirectShow Capture cards.
[vlc] / modules / gui / qt4 / components / open_panels.hpp
index 3c23a034df42d578de56633ebdd0234da55a745b..52b1ee7db7c467b81d397ba1408156b44c757d23 100644 (file)
@@ -37,6 +37,8 @@
 #include "ui/open_net.h"
 #include "ui/open_capture.h"
 
+#include "components/preferences_widgets.hpp"
+
 #ifdef HAVE_LIMITS_H
 #   include <limits.h>
 #endif
@@ -160,6 +162,8 @@ private:
     QSpinBox *bdaCard, *bdaFreq, *bdaSrate;
     QLabel *bdaSrateLabel, *bdaBandLabel;
     QComboBox *bdaBandBox;
+    StringListConfigControl *vdevDshowW, *adevDshowW;
+    QLineEdit *dshowVSizeLine;
 #else
     QRadioButton *dvbs, *dvbt, *dvbc;
     QSpinBox  *v4lFreq, *pvrFreq, *pvrBitr;