From acd2b7a13e607a46a2185125b7b3fbac81324985 Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Wed, 5 Oct 2011 15:57:15 +0200 Subject: videoout: Add vo_cleanup() function to close the video output device 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 815f112..63309aa 100644 --- a/videoout.h +++ b/videoout.h @@ -35,6 +35,7 @@ struct video_out_operations { struct videoout *vo_init(const char *devname, const struct video_out_operations *ops, unsigned int width, unsigned int height); +void vo_cleanup(struct videoout *vo); int vo_enable_colorkey(struct videoout *vo, unsigned int val); struct v4l2_buffers_pool *vo_get_pool(struct videoout *vo); int vo_dequeue_buffer(struct videoout *vo, struct v4l2_video_buffer *buffer); -- cgit v1.2.3