]> git.sesse.net Git - vlc/commit
. Correction of bugs in ifo parsing. Now the structures should be well
authorStéphane Borel <stef@videolan.org>
Mon, 15 Jan 2001 03:26:56 +0000 (03:26 +0000)
committerStéphane Borel <stef@videolan.org>
Mon, 15 Jan 2001 03:26:56 +0000 (03:26 +0000)
commitbba082093f9cbc2b1874a2ad2db2defa499d7db1
treee5bf5862c4d2bbe537ee8218e11b320ec57f3856
parenta9729877b79918b02b8beb2f21328b5eee869e74
. Correction of bugs in ifo parsing. Now the structures should be well
initialized. It remains some segfaults but it globally works.
. DVD mode is enabled with option --dvd. For the moment, it only read
the first vts and find the movie if it is at the beginning of the title
set.

Coming soon:
. udf filesystem management to access over 2Gb zones.
. detection of the offset to the movie inside a vts when it is not at
the beginning.

Is there a chance that using fopen/fseek function instead of open/lseek
system calls solve the 2Gb issue ?
src/input/dvd_ifo.c
src/input/dvd_ifo.h
src/input/input_dvd.c