summaryrefslogtreecommitdiff
path: root/videoout.h
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2011-10-05 16:02:16 +0200
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2011-10-05 16:26:02 +0200
commitd5e0f9b31e8a5da5b25a01bb1955314859c62760 (patch)
treecbeafbfd850155c9ce0021f7f1d63efea4c4b1f2 /videoout.h
parentacd2b7a13e607a46a2185125b7b3fbac81324985 (diff)
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 <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'videoout.h')
-rw-r--r--videoout.h1
1 files changed, 1 insertions, 0 deletions
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);