summaryrefslogtreecommitdiff
path: root/dvbsubtitle.h
diff options
context:
space:
mode:
Diffstat (limited to 'dvbsubtitle.h')
-rw-r--r--dvbsubtitle.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/dvbsubtitle.h b/dvbsubtitle.h
index 8de9f634..13574337 100644
--- a/dvbsubtitle.h
+++ b/dvbsubtitle.h
@@ -6,7 +6,7 @@
*
* Original author: Marco Schluessler <marco@lordzodiac.de>
*
- * $Id: dvbsubtitle.h 2.7 2012/03/11 13:34:12 kls Exp $
+ * $Id: dvbsubtitle.h 3.1 2013/09/06 10:53:30 kls Exp $
*/
#ifndef __DVBSUBTITLE_H
@@ -39,7 +39,7 @@ private:
double osdFactorY;
cList<cDvbSubtitlePage> *pages;
cList<cDvbSubtitleBitmaps> *bitmaps;
- tColor yuv2rgb(int Y, int Cb, int Cr);
+ cDvbSubtitlePage *GetPageById(int PageId, bool New = false);
void SetOsdData(void);
bool AssertOsd(void);
int ExtractSegment(const uchar *Data, int Length, int64_t Pts);