summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel Freitas <miguelfreitas@users.sourceforge.net>2003-03-05 14:00:14 +0000
committerMiguel Freitas <miguelfreitas@users.sourceforge.net>2003-03-05 14:00:14 +0000
commit439c582d90a811441d8045f2813f5053a6c2ec23 (patch)
tree0127cfc90eb0548520a72e4c7e6b456b365378b6
parentb47b3fda66b352a01531b1cdbf022868530692f5 (diff)
downloadxine-lib-439c582d90a811441d8045f2813f5053a6c2ec23.tar.gz
xine-lib-439c582d90a811441d8045f2813f5053a6c2ec23.tar.bz2
ops, reverting test stuff
CVS patchset: 4337 CVS date: 2003/03/05 14:00:14
-rw-r--r--src/input/input_pvr.c4
1 files 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:/<path_to_store_files>
*
- * $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