Commit 58ff3e0b authored by Laurent Aimar's avatar Laurent Aimar

* vlc_input: added missing fields for multi-input (nothing working yet).

parent b2881bad
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment