]> git.sesse.net Git - vlc/commit
Remove unneed setting of val.b_bool before calling var_Set( p_input, "rate-{faster...
authorAntoine Cellerier <dionoea@videolan.org>
Sun, 4 Nov 2007 21:07:50 +0000 (21:07 +0000)
committerAntoine Cellerier <dionoea@videolan.org>
Sun, 4 Nov 2007 21:07:50 +0000 (21:07 +0000)
commit154d9e74c59590e731abee5cd26ee8a401a4146c
tree479db23ad716295b4a059c34813a1592716b232a
parenta692c5a4e019b3136d90e516ba90744b909adc15
Remove unneed setting of val.b_bool before calling var_Set( p_input, "rate-{faster,slower}", val ) in the rc module. Those variables are of type VLC_VAR_VOID.
modules/control/rc.c