From d5e0f9b31e8a5da5b25a01bb1955314859c62760 Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Wed, 5 Oct 2011 16:02:16 +0200 Subject: live: Make the number of video buffers configurable The -b argument can be used to set the number of video display buffers. Signed-off-by: Laurent Pinchart --- videoout.h | 1 + 1 file changed, 1 insertion(+) (limited to 'videoout.h') diff --git a/videoout.h b/videoout.h index 63309aa..3d459e2 100644 --- a/videoout.h +++ b/videoout.h @@ -34,6 +34,7 @@ struct video_out_operations { struct videoout *vo_init(const char *devname, const struct video_out_operations *ops, + unsigned int buffers, unsigned int width, unsigned int height); void vo_cleanup(struct videoout *vo); int vo_enable_colorkey(struct videoout *vo, unsigned int val); -- cgit v1.2.3