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:
05834fc
)
[media] zoran: do not set V4L2_FBUF_FLAG_OVERLAY
author
Hans Verkuil
<
[email protected]
>
Tue, 22 Nov 2011 11:48:47 +0000
(08:48 -0300)
committer
Mauro Carvalho Chehab
<
[email protected]
>
Mon, 16 Jan 2012 11:36:10 +0000
(09:36 -0200)
The zoran driver does not support this flag, so don't set it.
Signed-off-by: Hans Verkuil <
[email protected]
>
Signed-off-by: Mauro Carvalho Chehab <
[email protected]
>
drivers/media/video/zoran/zoran_driver.c
patch
|
blob
|
history
diff --git
a/drivers/media/video/zoran/zoran_driver.c
b/drivers/media/video/zoran/zoran_driver.c
index d4d05d2ace654ca3698491f7e57dde47530c04b4..f7d236a2402aeecd493f0a17562cee7b20e0a838 100644
(file)
--- a/
drivers/media/video/zoran/zoran_driver.c
+++ b/
drivers/media/video/zoran/zoran_driver.c
@@
-1958,7
+1958,6
@@
static int zoran_g_fbuf(struct file *file, void *__fh,
mutex_unlock(&zr->resource_lock);
fb->fmt.colorspace = V4L2_COLORSPACE_SRGB;
fb->fmt.field = V4L2_FIELD_INTERLACED;
- fb->flags = V4L2_FBUF_FLAG_OVERLAY;
fb->capability = V4L2_FBUF_CAP_LIST_CLIPPING;
return 0;