projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b6d33c
)
V4L/DVB: mt9m111: added current colorspace at g_fmt
author
Michael Grzeschik
<
[email protected]
>
Tue, 3 Aug 2010 10:57:45 +0000
(07:57 -0300)
committer
Mauro Carvalho Chehab
<
[email protected]
>
Tue, 28 Sep 2010 01:22:06 +0000
(22:22 -0300)
Signed-off-by: Michael Grzeschik <
[email protected]
>
Signed-off-by: Guennadi Liakhovetski <
[email protected]
>
Signed-off-by: Mauro Carvalho Chehab <
[email protected]
>
drivers/media/video/mt9m111.c
patch
|
blob
|
history
diff --git
a/drivers/media/video/mt9m111.c
b/drivers/media/video/mt9m111.c
index 28df1752202eb0fbb976d625c1c2b20846040cd7..c71af4e0e517f61631b1cc936021104dbcd30f92 100644
(file)
--- 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,
mf->width = mt9m111->rect.width;
mf->height = mt9m111->rect.height;
mf->code = mt9m111->fmt->code;
+ mf->colorspace = mt9m111->fmt->colorspace;
mf->field = V4L2_FIELD_NONE;
return 0;