diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2010-12-10 12:30:14 +0100 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2010-12-10 12:30:26 +0100 |
| commit | 85cf8dd019e8c44fb42802b01efb0677f328fa7c (patch) | |
| tree | a5084b7958aff0c8273aa3f563d7c3fd2969846a /lib/service/servicemp3.h | |
| parent | 4f0779fd3cd5951698d537c721dc17e85f15a681 (diff) | |
| download | enigma2-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.h | 3 |
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(); |
