]> git.sesse.net Git - vlc/commit
First serie of changes in DVD module for the forthcoming interface menus
authorStéphane Borel <stef@videolan.org>
Tue, 20 Feb 2001 02:53:13 +0000 (02:53 +0000)
committerStéphane Borel <stef@videolan.org>
Tue, 20 Feb 2001 02:53:13 +0000 (02:53 +0000)
commit97c3185de470c501bfdcef4589f6d747ba7691d8
tree42ca5040c6548a800a24b35526e140c0907e4ce6
parenta6fe4de420e5a7ecaf3c02039893d7166adba380
 First serie of changes in DVD module for the forthcoming interface menus
 There is a new capability in input type modules for setting the
attributes of a new area. It is set to NULL for PS and TS plugins.
 It should be called for every title change, chapter change,
audio mode change or spu channel change.

But this part of code is not used at the moment, and is not completed
yet.
16 files changed:
include/input.h
include/input_ext-intf.h
include/modules.h
plugins/dvd/dvd_css.c
plugins/dvd/dvd_css.h
plugins/dvd/dvd_ifo.c
plugins/dvd/dvd_ifo.h
plugins/dvd/input_dvd.c
plugins/dvd/input_dvd.h
plugins/gnome/gnome_callbacks.c
plugins/gnome/intf_gnome.c
plugins/mpeg/input_ps.c
plugins/mpeg/input_ts.c
src/input/input.c
src/input/input_ext-intf.c
src/input/input_programs.c