Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 192754
b: refs/heads/master
c: ad5e9b9
h: refs/heads/master
v: v3
  • Loading branch information
Henrik Kurelid authored and Mauro Carvalho Chehab committed May 18, 2010
1 parent e4d9d92 commit 8a6522c
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 6120792baa00542b5113222b0e09f5e52b510444
refs/heads/master: ad5e9b9b7db760f36b2a51a8b5802355f2d95d47
2 changes: 1 addition & 1 deletion trunk/drivers/media/dvb/firewire/firedtv-avc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1096,7 +1096,7 @@ int avc_ca_pmt(struct firedtv *fdtv, char *msg, int length)

c->operand[15] = msg[1]; /* Program number */
c->operand[16] = msg[2];
c->operand[17] = 0x01; /* Version number=0 + current/next=1 */
c->operand[17] = msg[3]; /* Version number and current/next */
c->operand[18] = 0x00; /* Section number=0 */
c->operand[19] = 0x00; /* Last section number=0 */
c->operand[20] = 0x1f; /* PCR_PID=1FFF */
Expand Down

0 comments on commit 8a6522c

Please sign in to comment.