]> git.sesse.net Git - vlc/commit
-fixed a bug in libdvdcss: the key wasn't searched when it had to.
authorStéphane Borel <stef@videolan.org>
Mon, 19 Nov 2001 15:13:11 +0000 (15:13 +0000)
committerStéphane Borel <stef@videolan.org>
Mon, 19 Nov 2001 15:13:11 +0000 (15:13 +0000)
commit063772292e77d46c83953c7085d31d153a22cdb2
treeb2a076e4f1a1044a75f2467de44d0c12ef937646
parent0050c5308561f7dcbf62d61bd005b20bcc8df6c4
-fixed a bug in libdvdcss: the key wasn't searched when it had to.

dvdcss_seek : searches a new title key when
-the flag is DVDCSS_SEEK_KEY,
-the flag is DVDCSS_SEEK_MPEG, only if method is not "title".

dvdcss_seek with DVDCSS_SEEK_KEY flags does actually the same things as
dvdcss_title (which might eventually be removed).

Thus, the flag DVDCSS_SEEK_KEY (formerly DVDCSS_SEEK_INI) could not be
removed (sorry sam, I've mistaken you by forgetting that)
extras/libdvdcss/libdvdcss.c
extras/libdvdcss/videolan/dvdcss.h
plugins/dvd/input_dvd.c