From 439c582d90a811441d8045f2813f5053a6c2ec23 Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Wed, 5 Mar 2003 14:00:14 +0000 Subject: ops, reverting test stuff CVS patchset: 4337 CVS date: 2003/03/05 14:00:14 --- src/input/input_pvr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/input/input_pvr.c b/src/input/input_pvr.c index 79845e060..1b9a477fc 100644 --- a/src/input/input_pvr.c +++ b/src/input/input_pvr.c @@ -37,7 +37,7 @@ * usage: * xine pvr:/ * - * $Id: input_pvr.c,v 1.3 2003/03/05 03:01:59 tmmm Exp $ + * $Id: input_pvr.c,v 1.4 2003/03/05 14:00:14 miguelfreitas Exp $ */ #ifdef HAVE_CONFIG_H @@ -62,7 +62,7 @@ #define PVR_DEVICE "/dev/ivtv0" #define PVR_BLOCK_SIZE 2048 /* pvr works with dvd-like data */ -#define BLOCKS_PER_PAGE 10000 /* 200MB per page. each session can have several pages */ +#define BLOCKS_PER_PAGE 102400 /* 200MB per page. each session can have several pages */ #define PVR_FILENAME "%s/%08d-%04d.vob" #define PVR_FILENAME_SIZE 1+8+1+4+4+1 -- cgit v1.2.3