]> git.sesse.net Git - vlc/blob - src/input/input_ps.h
The input-II. (more info by mail in about an hour)
[vlc] / src / input / input_ps.h
1 /*****************************************************************************
2  * Constants
3  *****************************************************************************/
4
5 /*****************************************************************************
6  * thread_ps_data_t: extension of input_thread_t
7  *****************************************************************************/
8 typedef struct thread_ps_data_s
9 {
10     /* We're necessarily reading a file. */
11     FILE *                  stream;
12 } thread_ps_data_t;