summaryrefslogtreecommitdiff
path: root/include/arch/x86_64/linux/ivtv.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/arch/x86_64/linux/ivtv.h')
-rw-r--r--include/arch/x86_64/linux/ivtv.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/include/arch/x86_64/linux/ivtv.h b/include/arch/x86_64/linux/ivtv.h
index f2d0abf8..62740bb7 100644
--- a/include/arch/x86_64/linux/ivtv.h
+++ b/include/arch/x86_64/linux/ivtv.h
@@ -49,18 +49,17 @@
struct ivtv_dma_frame {
enum v4l2_buf_type type; /* V4L2_BUF_TYPE_VIDEO_OUTPUT */
__u32 pixelformat; /* 0 == same as destination */
- void *y_source; /* if NULL and type == V4L2_BUF_TYPE_VIDEO_OUTPUT,
- then just switch to user DMA YUV output mode
- */
- void *uv_source; /* Unused for RGB pixelformats */
+ void *y_source; /* if NULL and type == V4L2_BUF_TYPE_VIDEO_OUTPUT,
+ then just switch to user DMA YUV output mode
+ */
+ void *uv_source; /* Unused for RGB pixelformats */
struct v4l2_rect src;
struct v4l2_rect dst;
__u32 src_width;
__u32 src_height;
};
-#define IVTV_IOC_DMA_FRAME \
- _IOW('V', BASE_VIDIOC_PRIVATE + 0, struct ivtv_dma_frame)
+#define IVTV_IOC_DMA_FRAME _IOW('V', BASE_VIDIOC_PRIVATE + 0, struct ivtv_dma_frame)
/* Select the passthrough mode (if the argument is non-zero). In the passthrough
mode the output of the encoder is passed immediately into the decoder. */