]> git.sesse.net Git - vlc/commit
Remove msecseek command. Now seek works differently depending on the argument:
authorAntoine Cellerier <dionoea@videolan.org>
Fri, 10 Nov 2006 01:03:23 +0000 (01:03 +0000)
committerAntoine Cellerier <dionoea@videolan.org>
Fri, 10 Nov 2006 01:03:23 +0000 (01:03 +0000)
commitab363722cb0b442c09635a4d3d8537bd611c2192
tree017d6a4a2dd0ae17dfa8b2c074f40fe8dcc86092
parent25b9b158e0d49fe5c51534305a32e4d3ecc80468
Remove msecseek command. Now seek works differently depending on the argument:
control media seek 10   -> seek to position 10% (previous behavior)
control media seek +10  -> seek 10% forward
control media seed -10  -> seek 10% backwards
control media seek 10s  -> seek to position 10s (works with +- too)
control media seek 10ms -> seel to position 10ms (works with +- too)
src/misc/vlm.c