]> git.sesse.net Git - vlc/commit
* include/input_ext-intf.h : added stream_t member to input_thread_t.
authorLaurent Aimar <fenrir@videolan.org>
Fri, 12 Sep 2003 16:26:40 +0000 (16:26 +0000)
committerLaurent Aimar <fenrir@videolan.org>
Fri, 12 Sep 2003 16:26:40 +0000 (16:26 +0000)
commit05ca109431cf7084040b099a4132b6012f706091
treed3e4c9bac6e7d5e64f5ada26a0871615fddf05e4
parent98f58ea06cb704e22a54a1d40d71aea78be137b0
 * include/input_ext-intf.h : added stream_t member to input_thread_t.
 * modules/demux/* : use the stream_t from input_thread_t.
 * include/ninput.h : begin to add new way to register es. (unused for now).
 (in the long term I want to split input_thread_t and intoduce demux_t and
 access_t and perhaps something like access_demux_t)
15 files changed:
include/input_ext-intf.h
include/ninput.h
modules/demux/a52sys.c
modules/demux/aac.c
modules/demux/asf/asf.c
modules/demux/au.c
modules/demux/avi/avi.c
modules/demux/avi/avi.h
modules/demux/mkv.cpp
modules/demux/mp4/mp4.c
modules/demux/mp4/mp4.h
modules/demux/mpeg/mpga.c
modules/demux/sdp.c
modules/demux/wav.c
src/input/input.c