Commit 93f7584b authored by Sabourin Gilles's avatar Sabourin Gilles Committed by Rémi Duraffort

Open : fix typo.

Signed-off-by: default avatarRémi Duraffort <ivoire@videolan.org>
parent 3b8e346e
......@@ -797,7 +797,7 @@ static int Open ( vlc_object_t *p_this )
p_sys->param.b_aud = true;
i_val = var_GetInteger( p_enc, SOUT_CFG_PREFIX "keyint" );
if(( i_val > 0 ) p_sys->param.i_keyint_max = i_val;
if( i_val > 0 ) p_sys->param.i_keyint_max = i_val;
i_val = var_GetInteger( p_enc, SOUT_CFG_PREFIX "min-keyint" );
if( i_val > 0 ) p_sys->param.i_keyint_min = i_val;
......
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