]> git.sesse.net Git - kdenlive/blobdiff - src/v4l/src.c
Stopmotion widget: Improved webcam support, taken from the fswebcam project
[kdenlive] / src / v4l / src.c
index 391b121cfda1e5bbf6b3f5c9abcdc3833c100f79..9cbc27fbc2d1cf5b055fc73c1995e182e227db7a 100644 (file)
@@ -79,10 +79,10 @@ int src_open(src_t *src, char *source)
        return 0;
 }
 
-const char *src_query(src_t *src, char *source, int *width, int *height, char **pixelformat)
+const char *src_query(src_t *src, char *source, uint *width, uint *height, char **pixelformatdescription)
 {
     src->source = source;
-    return src_v4l2.query(src, width, height, pixelformat);
+    return src_v4l2.query(src, width, height, pixelformatdescription);
 }
 
 int src_close(src_t *src)