]> git.sesse.net Git - vlc/blobdiff - plugins/mpeg/input_ts.h
* DirectX plugin by Gildas Bazin <gbazin@netcourrier.com>.
[vlc] / plugins / mpeg / input_ts.h
index f45d22902d6247538f71d33f4b5048c3dcd94e30..f37ad7b6df5cb394e22ee14f5562f57cdf236093 100644 (file)
@@ -1,10 +1,10 @@
 /*****************************************************************************
- * input.h: structures of the input not exported to other modules
+ * input_ts.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.7 2001/06/02 01:09:03 sam Exp $
  *
- * Authors:
+ * Authors: Henri Fallon <henri@via.ecp.fr>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  *****************************************************************************/
 
 
-// #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;
+    fd_set fds;
     
 } thread_ts_data_t;