[vlc-devel] Re: vlc: svn commit r7455 (fenrir)

Laurent Aimar fenrir at via.ecp.fr
Sat Apr 24 02:24:13 CEST 2004


On Sat, Apr 24, 2004, Subversion daemon wrote:
> r7455 | fenrir | 2004-04-24 01:25:47 +0200 (Sat, 24 Apr 2004) | 7 lines
> Changed paths:
>    M /trunk/include/stream_output.h
>    M /trunk/src/stream_output/stream_output.c
>  * 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).

 All muxers now use it.
It means that all muxers options can be configured by 3 ways.
For example:
vlc file-in --sout /mp4{faststart}:out.mp4 --sout-mp4-faststart :no-sout-mp4-faststart

--sout-mp4-faststart  : global config.
:sout-mp4-faststart   : per input config.
{faststart}           : per muxer instance config (the prefix sout-mp4- is removed).

-- 
fenrir

-- 
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html
If you are in trouble, please contact <postmaster at videolan.org>



More information about the vlc-devel mailing list