diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2009-04-24 12:03:28 +0200 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2009-04-24 12:03:28 +0200 |
| commit | 019ba406ed5ba46782951d501ed2d4c0a96e6096 (patch) | |
| tree | 58c85bf4801a62c27a30d4366d9e45e81ba5bd98 /lib/gui | |
| parent | 8188ccaebf3b9c51ef2916cb7e69ef954291392f (diff) | |
| parent | 056af5306995176e457ddd471aa2b5c3a5223c4f (diff) | |
| download | enigma2-019ba406ed5ba46782951d501ed2d4c0a96e6096.tar.gz enigma2-019ba406ed5ba46782951d501ed2d4c0a96e6096.zip | |
Merge branch 'master' of git.opendreambox.org:/git/enigma2
Diffstat (limited to 'lib/gui')
| -rw-r--r-- | lib/gui/esubtitle.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/gui/esubtitle.h b/lib/gui/esubtitle.h index c88df0e6..0a780ca1 100644 --- a/lib/gui/esubtitle.h +++ b/lib/gui/esubtitle.h @@ -18,8 +18,7 @@ struct ePangoSubtitlePageElement struct ePangoSubtitlePage { - pts_t m_pts; - int m_have_pts; + pts_t show_pts; int m_timeout; /* in milliseconds */ std::vector<ePangoSubtitlePageElement> m_elements; void clear() { m_elements.clear(); } |
