提交 8ca4dae3 编写于 作者: J Jean Delvare 提交者: Mauro Carvalho Chehab

V4L/DVB (8962): zr36067: VIDIOC_S_FMT returns the colorspace value

Ioctl VIDIOC_S_FMT is supposed to fill the colorspace value in the
returned buffer.
Signed-off-by: NJean Delvare <khali@linux-fr.org>
Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
上级 4c522e74
...@@ -2917,6 +2917,8 @@ zoran_do_ioctl (struct inode *inode, ...@@ -2917,6 +2917,8 @@ zoran_do_ioctl (struct inode *inode,
fmt->fmt.pix.bytesperline = 0; fmt->fmt.pix.bytesperline = 0;
fmt->fmt.pix.sizeimage = fmt->fmt.pix.sizeimage =
fh->jpg_buffers.buffer_size; fh->jpg_buffers.buffer_size;
fmt->fmt.pix.colorspace =
V4L2_COLORSPACE_SMPTE170M;
/* we hereby abuse this variable to show that /* we hereby abuse this variable to show that
* we're gonna do mjpeg capture */ * we're gonna do mjpeg capture */
...@@ -2976,6 +2978,8 @@ zoran_do_ioctl (struct inode *inode, ...@@ -2976,6 +2978,8 @@ zoran_do_ioctl (struct inode *inode,
fmt->fmt.pix.sizeimage = fmt->fmt.pix.sizeimage =
fh->v4l_settings.height * fh->v4l_settings.height *
fh->v4l_settings.bytesperline; fh->v4l_settings.bytesperline;
fmt->fmt.pix.colorspace =
fh->v4l_settings.format->colorspace;
if (BUZ_MAX_HEIGHT < if (BUZ_MAX_HEIGHT <
(fh->v4l_settings.height * 2)) (fh->v4l_settings.height * 2))
fmt->fmt.pix.field = fmt->fmt.pix.field =
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册