|
@@ -1324,6 +1324,7 @@ struct v4l2_input {
|
|
|
#define V4L2_IN_CAP_DV_TIMINGS 0x00000002 /* Supports S_DV_TIMINGS */
|
|
|
#define V4L2_IN_CAP_CUSTOM_TIMINGS V4L2_IN_CAP_DV_TIMINGS /* For compatibility */
|
|
|
#define V4L2_IN_CAP_STD 0x00000004 /* Supports S_STD */
|
|
|
+#define V4L2_IN_CAP_NATIVE_SIZE 0x00000008 /* Supports setting native size */
|
|
|
|
|
|
/*
|
|
|
* V I D E O O U T P U T S
|
|
@@ -1347,6 +1348,7 @@ struct v4l2_output {
|
|
|
#define V4L2_OUT_CAP_DV_TIMINGS 0x00000002 /* Supports S_DV_TIMINGS */
|
|
|
#define V4L2_OUT_CAP_CUSTOM_TIMINGS V4L2_OUT_CAP_DV_TIMINGS /* For compatibility */
|
|
|
#define V4L2_OUT_CAP_STD 0x00000004 /* Supports S_STD */
|
|
|
+#define V4L2_OUT_CAP_NATIVE_SIZE 0x00000008 /* Supports setting native size */
|
|
|
|
|
|
/*
|
|
|
* C O N T R O L S
|