summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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 e5f0fec60..79845e060 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.2 2003/03/05 00:27:35 miguelfreitas Exp $
+ * $Id: input_pvr.c,v 1.3 2003/03/05 03:01:59 tmmm 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 //102400 /* 200MB per page. each session can have several pages */
+#define BLOCKS_PER_PAGE 10000 /* 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