Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 103801
b: refs/heads/master
c: fa98e59
h: refs/heads/master
i:
  103799: 2efa21d
v: v3
  • Loading branch information
Mike Isely authored and Mauro Carvalho Chehab committed Jul 20, 2008
1 parent a8f9d96 commit d93f49d
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 83ce57aa45a59e25146a32ee9f68edb7eecacd2b
refs/heads/master: fa98e594220b86eb3632de478352e93ebf1201fa
6 changes: 4 additions & 2 deletions trunk/drivers/media/video/pvrusb2/pvrusb2-hdw.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,10 @@
#define TIME_MSEC_DECODER_WAIT 50

/* This defines a minimum interval that the encoder must remain quiet
before we are allowed to configure it. */
#define TIME_MSEC_ENCODER_WAIT 50
before we are allowed to configure it. I had this originally set to
50msec, but Martin Dauskardt <martin.dauskardt@gmx.de> reports that
things work better when it's set to 100msec. */
#define TIME_MSEC_ENCODER_WAIT 100

/* This defines the minimum interval that the encoder must successfully run
before we consider that the encoder has run at least once since its
Expand Down

0 comments on commit d93f49d

Please sign in to comment.