]> git.sesse.net Git - vlc/blobdiff - plugins/mpeg/input_ts.h
TS Input :
[vlc] / plugins / mpeg / input_ts.h
index f45d22902d6247538f71d33f4b5048c3dcd94e30..99006f357f8c7df8da41e9e961c7dbe454e7de4d 100644 (file)
@@ -2,7 +2,7 @@
  * input.h: structures of the input not exported to other modules
  *****************************************************************************
  * Copyright (C) 1999, 2000 VideoLAN
- * $Id: input_ts.h,v 1.1 2001/02/14 15:58:29 henri Exp $
+ * $Id: input_ts.h,v 1.2 2001/02/21 04:38:59 henri Exp $
  *
  * Authors:
  *
  *****************************************************************************/
 
 
-// #define NB_DATA 16384 
-// #define NB_PES  8192
-#define NB_DATA 17000
-#define NB_PES  9000
-
+#define NB_DATA 16384 
+#define NB_PES  8192
 
+/* Will be used whne NetworkOpen is ready */
 typedef struct thread_ts_data_s { 
     
     // FILE *                  stream;