]> git.sesse.net Git - vlc/commit
* added functions in inputs to change the current program (most of
authorJohan Bilien <jobi@videolan.org>
Fri, 7 Dec 2001 16:47:47 +0000 (16:47 +0000)
committerJohan Bilien <jobi@videolan.org>
Fri, 7 Dec 2001 16:47:47 +0000 (16:47 +0000)
commit7917d2ef3f36d47ad90509812755facc07bec9d7
tree197d3a86fdf6ba94686e98c814b06810bda1a884
parent6982da2115b66e7180ff12ae54f2379036dfdd29
* added functions in inputs to change the current program (most of
  them do nothing)

All inputs should now have a pf_setprogram function. A default one is
provided in input_programs.c.
include/input_ext-intf.h
include/input_ext-plugins.h
include/modules.h
plugins/dvd/input_dvd.c
plugins/mpeg/input_es.c
plugins/mpeg/input_ps.c
plugins/mpeg/input_ts.c
plugins/vcd/input_vcd.c
src/input/input.c
src/input/input_ext-intf.c
src/input/input_programs.c