]> git.sesse.net Git - vlc/commit
* ALL: changed the prototype of input_AddES() to include enough information so we...
authorGildas Bazin <gbazin@videolan.org>
Mon, 5 May 2003 22:23:42 +0000 (22:23 +0000)
committerGildas Bazin <gbazin@videolan.org>
Mon, 5 May 2003 22:23:42 +0000 (22:23 +0000)
commit95b4a56a03d74780366bbf13cf12e834f84e3a2c
treec68618cdc90f549a464cfeab6aa8d071b6f01f2d
parent45d50b961c0dd4e62125fa3aadf3aba21cc03abb
* ALL: changed the prototype of input_AddES() to include enough information so we can build an "video-es", "audio-es" and "spu-es" object variable. These variables can be used by the interfaces to navigate between the elementary streams.
* modules/gui/wxwindows/menus.cpp: use the "foo-es" object variables.
32 files changed:
include/input_ext-intf.h
include/input_ext-plugins.h
modules/access/dvd/es.c
modules/access/dvdplay/es.c
modules/access/dvdread/input.c
modules/access/v4l/v4l.c
modules/control/rc/rc.c
modules/demux/a52sys.c
modules/demux/aac/demux.c
modules/demux/asf/asf.c
modules/demux/au.c
modules/demux/avi/avi.c
modules/demux/flac.c
modules/demux/mp4/mp4.c
modules/demux/mpeg/audio.c
modules/demux/mpeg/es.c
modules/demux/mpeg/m4v.c
modules/demux/mpeg/system.c
modules/demux/mpeg/ts.c
modules/demux/ogg.c
modules/demux/rawdv.c
modules/demux/util/sub.c
modules/demux/wav/wav.c
modules/gui/beos/VlcWrapper.cpp
modules/gui/gtk/menu.c
modules/gui/macosx/intf.m
modules/gui/win32/menu.cpp
modules/gui/wxwindows/menus.cpp
modules/stream_out/display.c
po/POTFILES.in
src/input/input_programs.c
src/libvlc.h