Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 114087
b: refs/heads/master
c: ec9faa1
h: refs/heads/master
i:
  114085: c890607
  114083: 4f6243e
  114079: 0975d6d
v: v3
  • Loading branch information
Ian Armstrong authored and Mauro Carvalho Chehab committed Oct 13, 2008
1 parent e629666 commit cf97573
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4ee0e42b31b282d0d0bb11effbbeb0610ee76d09
refs/heads/master: ec9faa1cfac1dd64a2a865dc7c577f3d483656bd
5 changes: 3 additions & 2 deletions trunk/drivers/media/video/ivtv/ivtv-ioctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -1363,6 +1363,9 @@ static int ivtv_g_fbuf(struct file *file, void *fh, struct v4l2_framebuffer *fb)
if (itv->osd_global_alpha_state)
fb->flags |= V4L2_FBUF_FLAG_GLOBAL_ALPHA;

if (yi->track_osd)
fb->flags |= V4L2_FBUF_FLAG_OVERLAY;

pixfmt &= 7;

/* no local alpha for RGB565 or unknown formats */
Expand All @@ -1382,8 +1385,6 @@ static int ivtv_g_fbuf(struct file *file, void *fh, struct v4l2_framebuffer *fb)
else
fb->flags |= V4L2_FBUF_FLAG_LOCAL_ALPHA;
}
if (yi->track_osd)
fb->flags |= V4L2_FBUF_FLAG_OVERLAY;

return 0;
}
Expand Down

0 comments on commit cf97573

Please sign in to comment.