From 139531c95ab1bd9ea0da563d43a3d8677b937aa9 Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Mon, 12 Jan 2009 00:31:55 +0100 Subject: insert cutmark on EIT change --- lib/dvb/pvrparse.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/dvb/pvrparse.h') diff --git a/lib/dvb/pvrparse.h b/lib/dvb/pvrparse.h index 69bb9924..94f9f67f 100644 --- a/lib/dvb/pvrparse.h +++ b/lib/dvb/pvrparse.h @@ -55,6 +55,7 @@ public: eMPEGStreamParserTS(eMPEGStreamInformation &streaminfo); void parseData(off_t offset, const void *data, unsigned int len); void setPid(int pid); + int getLastPTS(pts_t &last_pts); private: eMPEGStreamInformation &m_streaminfo; unsigned char m_pkt[188]; @@ -64,6 +65,8 @@ private: int m_pid; int m_need_next_packet; int m_skip; + int m_last_pts_valid; + pts_t m_last_pts; }; #endif -- cgit v1.2.3