summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Melanson <mike@multimedia.cx>2003-03-05 03:01:59 +0000
committerMike Melanson <mike@multimedia.cx>2003-03-05 03:01:59 +0000
commitb47b3fda66b352a01531b1cdbf022868530692f5 (patch)
tree87f6b675bf0f7ee3b18bfbb9bb5a6cc9d204cb0d
parent87cb9568198294b2923dfcf57faf170db2685fab (diff)
downloadxine-lib-b47b3fda66b352a01531b1cdbf022868530692f5.tar.gz
xine-lib-b47b3fda66b352a01531b1cdbf022868530692f5.tar.bz2
forbidden comment
CVS patchset: 4336 CVS date: 2003/03/05 03:01:59
-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