Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 306443
b: refs/heads/master
c: 002eaf9
h: refs/heads/master
i:
  306441: 0bc50ef
  306439: 75de08f
v: v3
  • Loading branch information
Javier Martin authored and Mauro Carvalho Chehab committed May 15, 2012
1 parent a100c28 commit 6a092e6
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: 1eaef48b42aae965950c884e3f03143cb44da71b
refs/heads/master: 002eaf90a24451e423221d7a5826cdfdea1a0451
4 changes: 2 additions & 2 deletions trunk/drivers/media/video/tvp5150.c
Original file line number Diff line number Diff line change
Expand Up @@ -822,7 +822,7 @@ static int tvp5150_enum_mbus_fmt(struct v4l2_subdev *sd, unsigned index,
if (index)
return -EINVAL;

*code = V4L2_MBUS_FMT_YUYV8_2X8;
*code = V4L2_MBUS_FMT_UYVY8_2X8;
return 0;
}

Expand All @@ -839,7 +839,7 @@ static int tvp5150_mbus_fmt(struct v4l2_subdev *sd,
f->width = decoder->rect.width;
f->height = decoder->rect.height;

f->code = V4L2_MBUS_FMT_YUYV8_2X8;
f->code = V4L2_MBUS_FMT_UYVY8_2X8;
f->field = V4L2_FIELD_SEQ_TB;
f->colorspace = V4L2_COLORSPACE_SMPTE170M;

Expand Down

0 comments on commit 6a092e6

Please sign in to comment.