input_dvdread.c again
Eyal Lebedinsky
eyal at eyal.emu.id.au
Fri Dec 28 23:57:40 CET 2001
CVS build fails in:
vlc/plugins/dvdread/input_dvdread.c
where we see:
static void DvdReadInit( input_thread_t * p_input )
...
p_input->i_read_once = DVD_DATA_READ_ONCE;
However there is no such member in this struct
(see vlc/include/input_ext-intf.h). Looking around I cannot
see any other member suitable, so I just commented this
offending line. Of course, I am not familiar with this
code so maybe this item hangs off one of the generic 'void *'
members there.
--
Eyal Lebedinsky (eyal at eyal.emu.id.au) <http://samba.anu.edu.au/eyal/>
More information about the vlc
mailing list