]> git.sesse.net Git - vlc/commit
all: added support for demuxer attachment (Patch by Bernie Purcell)
authorLaurent Aimar <fenrir@videolan.org>
Thu, 31 May 2007 19:22:27 +0000 (19:22 +0000)
committerLaurent Aimar <fenrir@videolan.org>
Thu, 31 May 2007 19:22:27 +0000 (19:22 +0000)
commita8a47dd1bae256f55201fc70c93b2917af1d6d55
treebfa395eac6c0a8cb9972918206912f59b413b656
parent21a5ca243194f2965d4239abb76cb702bd6518f9
all: added support for demuxer attachment (Patch by Bernie Purcell)
Use decoder_GetInputAttachment to get attachment from a decoder module.
    You need to release the memory with vlc_input_attachment_Delete.
Untested...

modules/playlist/* cosmetic.
15 files changed:
include/vlc_codec.h
include/vlc_common.h
include/vlc_input.h
modules/demux/mkv.cpp
modules/demux/playlist/asx.c
modules/demux/playlist/dvb.c
modules/demux/playlist/m3u.c
modules/demux/playlist/pls.c
modules/demux/playlist/podcast.c
modules/demux/playlist/shoutcast.c
src/input/control.c
src/input/decoder.c
src/input/demux.c
src/input/input.c
src/input/input_internal.h