diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-07-09 22:56:47 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-07-09 22:56:47 +0100 |
| commit | c37d4e41da190144806463387fdbe64e65196730 (patch) | |
| tree | ab96f3928470913f202477b645cb80b8e37ddf41 /src/lib/player.h | |
| parent | df52b97f307605aad15ab5f01c8fdcf93afc9d15 (diff) | |
Hopefully fix seek back/forward.
Diffstat (limited to 'src/lib/player.h')
| -rw-r--r-- | src/lib/player.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/player.h b/src/lib/player.h index 3f8d59d29..15fa4dbd6 100644 --- a/src/lib/player.h +++ b/src/lib/player.h @@ -49,8 +49,7 @@ public: void disable_audio (); bool pass (); - void seek (Time); - void seek_back (); + void seek (Time, bool); Time video_position () const { return _video_position; |
