aboutsummaryrefslogtreecommitdiff
path: root/lib/service/servicemp3.h
diff options
context:
space:
mode:
authorghost <andreas.monzner@multimedia-labs.de>2010-12-10 12:30:14 +0100
committerghost <andreas.monzner@multimedia-labs.de>2010-12-10 12:30:26 +0100
commit85cf8dd019e8c44fb42802b01efb0677f328fa7c (patch)
treea5084b7958aff0c8273aa3f563d7c3fd2969846a /lib/service/servicemp3.h
parent4f0779fd3cd5951698d537c721dc17e85f15a681 (diff)
downloadenigma2-85cf8dd019e8c44fb42802b01efb0677f328fa7c.tar.gz
enigma2-85cf8dd019e8c44fb42802b01efb0677f328fa7c.zip
small cleanup, work on subtitle sync handling
refs #537
Diffstat (limited to 'lib/service/servicemp3.h')
-rw-r--r--lib/service/servicemp3.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/service/servicemp3.h b/lib/service/servicemp3.h
index 01ed13a0..a14a1234 100644
--- a/lib/service/servicemp3.h
+++ b/lib/service/servicemp3.h
@@ -260,6 +260,9 @@ private:
ePtr<eTimer> m_subtitle_sync_timer;
ePtr<eTimer> m_subtitle_hide_timer;
ePtr<eTimer> m_streamingsrc_timeout;
+ pts_t m_prev_decoder_time;
+ int m_decoder_time_valid_state;
+
void pushSubtitles();
void pullSubtitle();
void hideSubtitles();