]> git.sesse.net Git - kdenlive/blobdiff - src/blackmagic/capture.cpp
Display webcam pixel format in wizard
[kdenlive] / src / blackmagic / capture.cpp
index cb953b824c54ffe707d310d33121699cad9f1c97..505c0858e3a161e322fbf2b4332f70267c0b532e 100644 (file)
@@ -492,9 +492,9 @@ BmdCaptureHandler::BmdCaptureHandler(QVBoxLayout *lay, QWidget *parent):
 {
 }
 
-QString BmdCaptureHandler::getDeviceName(QString, int *, int *)
+QStringList BmdCaptureHandler::getDeviceName(QString)
 {
-    return QString();
+    return QStringList();
 }
 
 void BmdCaptureHandler::startPreview(int deviceId, int captureMode, bool audio)