diff options
Diffstat (limited to 'live.c')
-rw-r--r-- | live.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -879,7 +879,7 @@ int main(int argc __attribute__((__unused__)), char *argv[] __attribute__((__unu format.pixelformat = V4L2_PIX_FMT_YUYV; format.width = rect.width; format.height = rect.height; - vo = vo_init(vo_devname, &vo_ops, buffers, &format); + vo = vo_init(vo_devname, &vo_ops, buffers, &format, 0); if (vo == NULL) { printf("error: unable to initialize video output\n"); goto cleanup; |