Commit 8eac3650 authored by Laurent Aimar's avatar Laurent Aimar

* var: create "demux" and "access" (--demux/access module works too)

parent 47d4e675
......@@ -441,6 +441,8 @@ void input_ConfigVarInit ( input_thread_t *p_input )
/* */
var_Create( p_input, "access-filter", VLC_VAR_STRING | VLC_VAR_DOINHERIT );
var_Create( p_input, "access", VLC_VAR_STRING | VLC_VAR_DOINHERIT );
var_Create( p_input, "demux", VLC_VAR_STRING | VLC_VAR_DOINHERIT );
/* Meta */
var_Create( p_input, "meta-title", VLC_VAR_STRING | VLC_VAR_DOINHERIT );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment