From 08ddb351c7ec581d99ccbf51bd184257000c2fd3 Mon Sep 17 00:00:00 2001 From: netbr Date: Wed, 21 Apr 2021 07:53:14 +0200 Subject: [PATCH] Update device.h --- src/ustreamer/device.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ustreamer/device.h b/src/ustreamer/device.h index b257f7c..bb084e0 100644 --- a/src/ustreamer/device.h +++ b/src/ustreamer/device.h @@ -122,6 +122,7 @@ typedef struct { control_s white_balance; control_s gain; control_s color_effect; + control_s rotate; control_s flip_vertical; control_s flip_horizontal; } controls_s;