Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 357451
b: refs/heads/master
c: 11d3793
h: refs/heads/master
i:
  357449: 380bd51
  357447: 8a41365
v: v3
  • Loading branch information
Hans Verkuil authored and Mauro Carvalho Chehab committed Feb 5, 2013
1 parent d904bd3 commit e74b236
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9bbc5820ffe1675c923ed0b82952cc64a610bd5d
refs/heads/master: 11d379395291609f95cf1e102f9f23892b83a493
2 changes: 2 additions & 0 deletions trunk/drivers/media/parport/bw-qcam.c
Original file line number Diff line number Diff line change
Expand Up @@ -693,6 +693,7 @@ static int qcam_g_fmt_vid_cap(struct file *file, void *fh, struct v4l2_format *f
pix->sizeimage = pix->width * pix->height;
/* Just a guess */
pix->colorspace = V4L2_COLORSPACE_SRGB;
pix->priv = 0;
return 0;
}

Expand All @@ -718,6 +719,7 @@ static int qcam_try_fmt_vid_cap(struct file *file, void *fh, struct v4l2_format
pix->sizeimage = pix->width * pix->height;
/* Just a guess */
pix->colorspace = V4L2_COLORSPACE_SRGB;
pix->priv = 0;
return 0;
}

Expand Down

0 comments on commit e74b236

Please sign in to comment.