diff options
Diffstat (limited to 'drivers/media/video')
-rw-r--r-- | drivers/media/video/vivi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/vivi.c b/drivers/media/video/vivi.c index cfa6a421c0a2..a6351c49bfd3 100644 --- a/drivers/media/video/vivi.c +++ b/drivers/media/video/vivi.c | |||
@@ -965,6 +965,7 @@ static int vidioc_try_fmt_vid_cap(struct file *file, void *priv, | |||
965 | f->fmt.pix.colorspace = V4L2_COLORSPACE_SMPTE170M; | 965 | f->fmt.pix.colorspace = V4L2_COLORSPACE_SMPTE170M; |
966 | else | 966 | else |
967 | f->fmt.pix.colorspace = V4L2_COLORSPACE_SRGB; | 967 | f->fmt.pix.colorspace = V4L2_COLORSPACE_SRGB; |
968 | f->fmt.pix.priv = 0; | ||
968 | return 0; | 969 | return 0; |
969 | } | 970 | } |
970 | 971 | ||