Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 285283
b: refs/heads/master
c: a1937e1
h: refs/heads/master
i:
  285281: f9c376a
  285279: fcb9281
v: v3
  • Loading branch information
Leonid V. Fedorenchik authored and Mauro Carvalho Chehab committed Nov 24, 2011
1 parent 13ae45b commit 633a176
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 1316b63ccde5bed161c6e346cc8f1752bd5c83cc
refs/heads/master: a1937e191906c612e5675e52dd86c5a4b1d44a81
3 changes: 2 additions & 1 deletion trunk/drivers/media/video/cx25821/cx25821-video.c
Original file line number Diff line number Diff line change
Expand Up @@ -1622,7 +1622,8 @@ int cx25821_vidioc_cropcap(struct file *file, void *priv,

if (cropcap->type != V4L2_BUF_TYPE_VIDEO_CAPTURE)
return -EINVAL;
cropcap->bounds.top = cropcap->bounds.left = 0;
cropcap->bounds.top = 0;
cropcap->bounds.left = 0;
cropcap->bounds.width = 720;
cropcap->bounds.height = dev->tvnorm == V4L2_STD_PAL_BG ? 576 : 480;
cropcap->pixelaspect.numerator =
Expand Down

0 comments on commit 633a176

Please sign in to comment.