[player] Allow seeking by a relative amount of milliseconds

This commit is contained in:
chme
2019-09-01 08:50:32 +02:00
committed by ejurgensen
parent e13185c1bf
commit ced11ef0c1
2 changed files with 86 additions and 0 deletions

View File

@@ -111,6 +111,9 @@ player_playback_pause(void);
int
player_playback_seek(int ms);
int
player_playback_seek_rel(int ms);
int
player_playback_next(void);