summaryrefslogtreecommitdiff
path: root/videoout.h
diff options
context:
space:
mode:
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);