Commit 3c0a294d authored by Dennis van Amerongen's avatar Dennis van Amerongen

* modules/mux/mp4.c: typo opened -> opened spotted by alexvf

parent 2bf327df
...@@ -181,7 +181,7 @@ static int Open( vlc_object_t *p_this ) ...@@ -181,7 +181,7 @@ static int Open( vlc_object_t *p_this )
sout_mux_sys_t *p_sys; sout_mux_sys_t *p_sys;
bo_t *box; bo_t *box;
msg_Dbg( p_mux, "Mp4 muxer opend" ); msg_Dbg( p_mux, "Mp4 muxer opened" );
config_ChainParse( p_mux, SOUT_CFG_PREFIX, ppsz_sout_options, p_mux->p_cfg ); config_ChainParse( p_mux, SOUT_CFG_PREFIX, ppsz_sout_options, p_mux->p_cfg );
p_mux->pf_control = Control; p_mux->pf_control = Control;
......
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