summaryrefslogtreecommitdiff
path: root/bdplayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'bdplayer.h')
-rw-r--r--bdplayer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/bdplayer.h b/bdplayer.h
index 7b74a35..d47fe5f 100644
--- a/bdplayer.h
+++ b/bdplayer.h
@@ -25,6 +25,7 @@ private:
void Play();
void Pause();
void SkipSeconds(int seconds);
+ void SkipChapters(int chapters);
void Goto(int seconds);
cSkinDisplayReplay *displayReplay;
@@ -35,6 +36,7 @@ private:
time_t timeoutShow;
bool timeSearchActive, timeSearchHide;
int timeSearchTime, timeSearchPos;
+ int chapterSeekTime;
void TimeSearchDisplay(void);
void TimeSearchProcess(eKeys Key);