Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 65676
b: refs/heads/master
c: 7bb2938
h: refs/heads/master
v: v3
  • Loading branch information
Hans Verkuil authored and Mauro Carvalho Chehab committed Oct 10, 2007
1 parent a2f1984 commit b3d2723
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 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: 54d75ebaa02809f24a16624e32706af3bf97588e
refs/heads/master: 7bb293849489b6cc5d6919b8c7f94cb273303e1f
9 changes: 0 additions & 9 deletions trunk/drivers/media/video/ivtv/ivtv-streams.c
Original file line number Diff line number Diff line change
Expand Up @@ -314,15 +314,6 @@ static void ivtv_vbi_setup(struct ivtv *itv)
int lines;
int i;

/* If Embed then streamtype must be Program */
/* TODO: should we really do this? */
if (0 && !raw && itv->vbi.insert_mpeg) {
itv->params.stream_type = 0;

/* assign stream type */
ivtv_vapi(itv, CX2341X_ENC_SET_STREAM_TYPE, 1, itv->params.stream_type);
}

/* Reset VBI */
ivtv_vapi(itv, CX2341X_ENC_SET_VBI_LINE, 5, 0xffff , 0, 0, 0, 0);

Expand Down

0 comments on commit b3d2723

Please sign in to comment.