summaryrefslogtreecommitdiff
path: root/videoout.h
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2013-06-12 16:46:25 +0200
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2015-11-12 17:00:50 +0200
commit30aab83c0433a9c2b51fdeaaf01aba8c8bef259c (patch)
tree2b48119a6e160c987cae02f89198dacb3b44905e /videoout.h
parent7aa0337975506ad37fc793e184c52713a2ca411b (diff)
videoout: Add rotation support
Diffstat (limited to 'videoout.h')
-rw-r--r--videoout.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/videoout.h b/videoout.h
index 0f4cc4c..bcef450 100644
--- a/videoout.h
+++ b/videoout.h
@@ -37,7 +37,8 @@ struct video_out_operations {
struct videoout *vo_init(const char *devname,
const struct video_out_operations *ops,
unsigned int buffers,
- struct v4l2_pix_format *format);
+ struct v4l2_pix_format *format,
+ unsigned int rotation);
void vo_cleanup(struct videoout *vo);
int vo_enable_colorkey(struct videoout *vo, unsigned int val);