]> git.sesse.net Git - kdenlive/blobdiff - src/v4l/src.c
Display webcam pixel format in wizard
[kdenlive] / src / v4l / src.c
index 96bb64cf5798cb5dd0dd8b54fe6b5c3084fc595f..391b121cfda1e5bbf6b3f5c9abcdc3833c100f79 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, int *width, int *height, char **pixelformat)
 {
     src->source = source;
-    return src_v4l2.query(src, width, height);
+    return src_v4l2.query(src, width, height, pixelformat);
 }
 
 int src_close(src_t *src)