Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 377195
b: refs/heads/master
c: ac2a4a8
h: refs/heads/master
i:
  377193: 0b5e30b
  377191: 2b88f41
v: v3
  • Loading branch information
Sylwester Nawrocki authored and Mauro Carvalho Chehab committed Jun 8, 2013
1 parent b53126c commit ff1bdf1
Show file tree
Hide file tree
Showing 2 changed files with 3 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: b4155d7d5b2c4e82238d629c451f7c27c9f37d9c
refs/heads/master: ac2a4a86643aa74236508f0a8c0e34b0622b0b46
4 changes: 2 additions & 2 deletions trunk/drivers/media/platform/exynos4-is/fimc-isp.c
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ static int fimc_isp_subdev_get_fmt(struct v4l2_subdev *sd,
return 0;
}

mf->colorspace = V4L2_COLORSPACE_JPEG;
mf->colorspace = V4L2_COLORSPACE_SRGB;

mutex_lock(&isp->subdev_lock);
__is_get_frame_size(is, &cur_fmt);
Expand Down Expand Up @@ -194,7 +194,7 @@ static int fimc_isp_subdev_set_fmt(struct v4l2_subdev *sd,
v4l2_dbg(1, debug, sd, "%s: pad%d: code: 0x%x, %dx%d\n",
__func__, fmt->pad, mf->code, mf->width, mf->height);

mf->colorspace = V4L2_COLORSPACE_JPEG;
mf->colorspace = V4L2_COLORSPACE_SRGB;

mutex_lock(&isp->subdev_lock);
__isp_subdev_try_format(isp, fmt);
Expand Down

0 comments on commit ff1bdf1

Please sign in to comment.