]> git.sesse.net Git - kdenlive/blobdiff - src/stopmotion/capturehandler.h
Display webcam pixel format in wizard
[kdenlive] / src / stopmotion / capturehandler.h
index f43fddae8b2d631e89d984d9f21ad9302f249db7..342a25105161ef3f4137bd45c7a82ee76dc43555 100644 (file)
@@ -38,7 +38,7 @@ public:
     virtual void showOverlay(QImage img, bool transparent = true) = 0;
     virtual void hideOverlay() = 0;
     virtual void hidePreview(bool hide) = 0;
-    virtual QString getDeviceName(QString input, int *width, int *height) = 0;
+    virtual QStringList getDeviceName(QString input) = 0;
     static void yuv2rgb(unsigned char *yuv_buffer, unsigned char *rgb_buffer, int width, int height);
 
 protected: