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