|
@@ -865,9 +865,9 @@ struct v4l2_querymenu
|
|
#define V4L2_CID_HFLIP (V4L2_CID_BASE+20)
|
|
#define V4L2_CID_HFLIP (V4L2_CID_BASE+20)
|
|
#define V4L2_CID_VFLIP (V4L2_CID_BASE+21)
|
|
#define V4L2_CID_VFLIP (V4L2_CID_BASE+21)
|
|
|
|
|
|
-/* Deprecated, use V4L2_CID_PAN_RESET and V4L2_CID_TILT_RESET */
|
|
|
|
-#define V4L2_CID_HCENTER_DEPRECATED (V4L2_CID_BASE+22)
|
|
|
|
-#define V4L2_CID_VCENTER_DEPRECATED (V4L2_CID_BASE+23)
|
|
|
|
|
|
+/* Deprecated; use V4L2_CID_PAN_RESET and V4L2_CID_TILT_RESET */
|
|
|
|
+#define V4L2_CID_HCENTER (V4L2_CID_BASE+22)
|
|
|
|
+#define V4L2_CID_VCENTER (V4L2_CID_BASE+23)
|
|
|
|
|
|
#define V4L2_CID_POWER_LINE_FREQUENCY (V4L2_CID_BASE+24)
|
|
#define V4L2_CID_POWER_LINE_FREQUENCY (V4L2_CID_BASE+24)
|
|
enum v4l2_power_line_frequency {
|
|
enum v4l2_power_line_frequency {
|