Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 311279
b: refs/heads/master
c: f9ac50c
h: refs/heads/master
i:
  311277: d5311a5
  311275: 01aa761
  311271: 5269dc1
  311263: dd8221b
v: v3
  • Loading branch information
Hans Verkuil authored and Mauro Carvalho Chehab committed Jun 11, 2012
1 parent 85ef4e9 commit 04881b5
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: 91e0cd499fe8482d5104c1f8f49b478f76617b40
refs/heads/master: f9ac50c244f9030b300d6f390e838239612d7efa
4 changes: 2 additions & 2 deletions trunk/drivers/media/video/vino.c
Original file line number Diff line number Diff line change
Expand Up @@ -2561,7 +2561,7 @@ static int vino_acquire_input(struct vino_channel_settings *vcs)
} else if (vino_drvdata->decoder
&& (vino_drvdata->decoder_owner == VINO_NO_CHANNEL)) {
int input;
int data_norm;
int data_norm = 0;
v4l2_std_id norm;

input = VINO_INPUT_COMPOSITE;
Expand Down Expand Up @@ -2651,7 +2651,7 @@ static int vino_set_input(struct vino_channel_settings *vcs, int input)
}

if (vino_drvdata->decoder_owner == vcs->channel) {
int data_norm;
int data_norm = 0;
v4l2_std_id norm;

ret = decoder_call(video, s_routing,
Expand Down

0 comments on commit 04881b5

Please sign in to comment.