Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 356971
b: refs/heads/master
c: bc1ebd7
h: refs/heads/master
i:
  356969: 1d920cb
  356967: 4e23540
v: v3
  • Loading branch information
Guennadi Liakhovetski authored and Mauro Carvalho Chehab committed Dec 4, 2012
1 parent a7192bc commit 873e138
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 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: 605a410325535e0d9dd3c539ac144fc52e0bda21
refs/heads/master: bc1ebd704751bb6b86612e63fdfac56918364d07
7 changes: 4 additions & 3 deletions trunk/drivers/media/platform/sh_vou.c
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ static void sh_vou_stream_start(struct sh_vou_device *vou_dev,
#endif

switch (vou_dev->pix.pixelformat) {
default:
case V4L2_PIX_FMT_NV12:
case V4L2_PIX_FMT_NV16:
row_coeff = 1;
Expand Down Expand Up @@ -595,9 +596,9 @@ static void vou_adjust_input(struct sh_vou_geometry *geo, v4l2_std_id std)
*/
static void vou_adjust_output(struct sh_vou_geometry *geo, v4l2_std_id std)
{
unsigned int best_err = UINT_MAX, best, width_max, height_max,
img_height_max;
int i, idx;
unsigned int best_err = UINT_MAX, best = geo->in_width,
width_max, height_max, img_height_max;
int i, idx = 0;

if (std & V4L2_STD_525_60) {
width_max = 858;
Expand Down

0 comments on commit 873e138

Please sign in to comment.