]> git.sesse.net Git - kdenlive/blobdiff - src/blackmagic/devices.h
Second part of the capture rewrite. Decklink capture now seems to work with latest MLT
[kdenlive] / src / blackmagic / devices.h
index 603ac1cd07109e381c9eca6bd058c451dca15386..fc75ed123c927ec149d8a1e0b3bd9d633df07949 100644 (file)
@@ -12,7 +12,7 @@ class BMInterface
 public:
     BMInterface();
     ~BMInterface();
-    static bool getBlackMagicDeviceList(KComboBox *devicelist, KComboBox *modelist);
+    static bool getBlackMagicDeviceList(KComboBox *devicelist);
     static bool getBlackMagicOutputDeviceList(KComboBox *devicelist);
     static bool isSupportedProfile(int card, QMap< QString, QString > properties);
     static QStringList supportedModes(int card);