]> git.sesse.net Git - vlc/commit
. Now use of 64 bits offsets to parse the whole DVD. So we have all the
authorStéphane Borel <stef@videolan.org>
Tue, 16 Jan 2001 04:41:20 +0000 (04:41 +0000)
committerStéphane Borel <stef@videolan.org>
Tue, 16 Jan 2001 04:41:20 +0000 (04:41 +0000)
commit1cd850a85689771b56d6a44b6bc06b46e072b6d3
tree5a296770274c0d436969b416746c09a8ab562edd
parentf56c4db12e0f8cacd9bc23cafc3be0b63498b145
. Now use of 64 bits offsets to parse the whole DVD. So we have all the
available information
. Fixed a bug in parsing of VTS attributes
. Fixed a bug in input.c that made input plugin initialize even though
no stream is reachable (thanks Sam)

I hope I'll be able to get the position of the movie soon.

Meuuh : the seek function of the plugin now take off_t as argument which
could be a problem later. Maybe it should take off64_t or time argument.
src/input/dvd_ifo.c
src/input/dvd_ifo.h
src/input/input.c
src/input/input_dvd.c