Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 117043
b: refs/heads/master
c: 3f93d1a
h: refs/heads/master
i:
  117041: 9383b72
  117039: b049053
v: v3
  • Loading branch information
Boris Dores authored and Mauro Carvalho Chehab committed Oct 21, 2008
1 parent 44941a6 commit 4676dc0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c82732a42896364296599b0f73f01c5e3fd781ae
refs/heads/master: 3f93d1adca658201c64251c43a147cc79d468c3f
4 changes: 4 additions & 0 deletions trunk/drivers/media/video/pvrusb2/pvrusb2-encoder.c
Original file line number Diff line number Diff line change
Expand Up @@ -402,6 +402,10 @@ static int pvr2_encoder_prep_config(struct pvr2_hdw *hdw)
ret |= pvr2_encoder_vcmd(hdw, CX2341X_ENC_MISC,4, 0,3,0,0);
ret |= pvr2_encoder_vcmd(hdw, CX2341X_ENC_MISC,4,15,0,0,0);

/* prevent the PTSs from slowly drifting away in the generated
MPEG stream */
ret |= pvr2_encoder_vcmd(hdw, CX2341X_ENC_MISC, 2, 4, 1);

return ret;
}

Expand Down

0 comments on commit 4676dc0

Please sign in to comment.