]> git.sesse.net Git - vlc/commit
core: fix time-offset and position-offset callbacks
authorDerk-Jan Hartman <hartman@videolan.org>
Thu, 4 Jun 2009 14:48:50 +0000 (16:48 +0200)
committerDerk-Jan Hartman <hartman@videolan.org>
Thu, 4 Jun 2009 14:53:40 +0000 (16:53 +0200)
commit4db53934dd02d9f2564a429ec9255279ae9e237c
tree5f76e5890cf6800f454bc3375c1070003f901751
parent84351fe3d080b272f96454141f34a06cd1713ff9
core: fix time-offset and position-offset callbacks

When using the hotkeys to seek, each offset seek was executed twice. The bahavior of INPUT_CONTROL_SET_TIME_OFFSET has changed, and these callbacks did not account for that yet.

This closes #2820
src/input/var.c