]> git.sesse.net Git - vlc/commit
* Added 2 fields, p_selected_program and p_new_program, to the
authorJohan Bilien <jobi@videolan.org>
Wed, 5 Dec 2001 03:31:04 +0000 (03:31 +0000)
committerJohan Bilien <jobi@videolan.org>
Wed, 5 Dec 2001 03:31:04 +0000 (03:31 +0000)
commitdbbc910fbb8a2e5897be4388b95c0f56aa168cc6
tree01f4c20af58d1dd57e3e9267ab19e4ef0735a3cf
parent63e5cfb09bd5db7dd9675c61dde210421543a5c7
* Added 2 fields, p_selected_program and p_new_program, to the
  input_thread_t structure, so that we may support multi programs
  streams.
* Modified inputs to take account of this change.
* Modified input_clock.c so that it doesn't refer to pp_programs[0]
  any more.

Now we should not refer to the first program, but to the selected
program. Functions to change the current program are coming.
include/input_ext-intf.h
plugins/dvd/input_dvd.c
plugins/mpeg/input_ps.c
plugins/vcd/input_vcd.c
src/input/input_clock.c
src/input/input_programs.c
src/input/mpeg_system.c