diff options
author | Michael Grzeschik <m.grzeschik@pengutronix.de> | 2010-08-03 06:57:45 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-09-27 21:22:06 -0400 |
commit | 01f5a394eac48b74c84434e95e74cd172b0682c3 (patch) | |
tree | 60728dcc074af77cb69cda0705410c9dad2cbc35 /drivers | |
parent | 6b6d33c746ace7bd0dbbdde674d3fb1100ab081d (diff) |
V4L/DVB: mt9m111: added current colorspace at g_fmt
Signed-off-by: Michael Grzeschik <m.grzeschik@pengutronix.de>
Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/media/video/mt9m111.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/mt9m111.c b/drivers/media/video/mt9m111.c index 28df1752202e..c71af4e0e517 100644 --- a/drivers/media/video/mt9m111.c +++ b/drivers/media/video/mt9m111.c | |||
@@ -492,6 +492,7 @@ static int mt9m111_g_fmt(struct v4l2_subdev *sd, | |||
492 | mf->width = mt9m111->rect.width; | 492 | mf->width = mt9m111->rect.width; |
493 | mf->height = mt9m111->rect.height; | 493 | mf->height = mt9m111->rect.height; |
494 | mf->code = mt9m111->fmt->code; | 494 | mf->code = mt9m111->fmt->code; |
495 | mf->colorspace = mt9m111->fmt->colorspace; | ||
495 | mf->field = V4L2_FIELD_NONE; | 496 | mf->field = V4L2_FIELD_NONE; |
496 | 497 | ||
497 | return 0; | 498 | return 0; |