]> git.sesse.net Git - vlc/commit
* stream_output: added a sout_ParseCfg to help sout modules, and attached
authorLaurent Aimar <fenrir@videolan.org>
Fri, 23 Apr 2004 23:25:47 +0000 (23:25 +0000)
committerLaurent Aimar <fenrir@videolan.org>
Fri, 23 Apr 2004 23:25:47 +0000 (23:25 +0000)
commita31d6d62cc808d3098f1c1d35f06d5510d50da6b
tree8bcc1ce1a022c23dac7ea5bfe3c318508332ac6f
parentff219e5922bae957921d8bd04ead8fc82c1334fa
 * stream_output: added a sout_ParseCfg to help sout modules, and attached
access_out, mux, stream_out to the creator to make VLC_VAR_DOINHERIT
working.
 (Basically it takes an options list that will be 'var_Created' and if present
in sout_cfg_t initialised).
include/stream_output.h
src/stream_output/stream_output.c