]> git.sesse.net Git - vlc/commitdiff
* vlc_input: added missing fields for multi-input (nothing working yet).
authorLaurent Aimar <fenrir@videolan.org>
Thu, 24 Jun 2004 22:18:33 +0000 (22:18 +0000)
committerLaurent Aimar <fenrir@videolan.org>
Thu, 24 Jun 2004 22:18:33 +0000 (22:18 +0000)
include/vlc_input.h

index 95ac4b1b602daafed028c2e3f3c2c5480e3531cb..efbad13b59be516a18f9e97d371377e277dd2355 100644 (file)
@@ -265,9 +265,13 @@ struct input_thread_t
     /* Internal caching common for all inputs */
     int64_t i_pts_delay;
 
-    /* By input properties (will become an array with multi-input) */
+    /* Main input properties */
     input_source_t input;
 
+    /* Slave demuxers (subs, and others) */
+    int            i_slave;
+    input_source_t **slave;
+
     /* Buffer of pending actions */
     vlc_mutex_t lock_control;
     int i_control;