summaryrefslogtreecommitdiff
path: root/device.h
diff options
context:
space:
mode:
Diffstat (limited to 'device.h')
-rw-r--r--device.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/device.h b/device.h
index 3c613c14..702d620a 100644
--- a/device.h
+++ b/device.h
@@ -4,7 +4,7 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: device.h,v 1.50 2010-02-01 12:20:01 phintuka Exp $
+ * $Id: device.h,v 1.51 2010-02-03 00:13:10 phintuka Exp $
*
*/
@@ -21,6 +21,7 @@ class cChannel;
class cFunctor;
struct video_size_s;
+struct ts_state_s;
typedef enum {
miTitle = 0,
@@ -32,8 +33,8 @@ typedef enum {
mi_Count = 6
} eMetainfoType;
-# define ttXSubtitleNone (-2)
-# define ttXSubtitleAuto (-1)
+#define ttXSubtitleNone (-2)
+#define ttXSubtitleAuto (-1)
#define MAX_METAINFO_LEN 63
@@ -116,6 +117,7 @@ class cXinelibDevice : public cDevice
virtual eVideoSystem GetVideoSystem(void);
struct video_size_s *m_VideoSize;
+ struct ts_state_s *m_tssVideoSize;
#if VDRVERSNUM >= 10708
virtual void GetVideoSize(int &Width, int &Height, double &VideoAspect);
#endif