]> git.sesse.net Git - kdenlive/blobdiff - src/v4l/src.c
We can now open archived projects
[kdenlive] / src / v4l / src.c
index 96bb64cf5798cb5dd0dd8b54fe6b5c3084fc595f..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)
+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);
+    return src_v4l2.query(src, width, height, pixelformatdescription);
 }
 
 int src_close(src_t *src)