aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb/idvb.h
diff options
context:
space:
mode:
authorghost <andreas.monzner@multimedia-labs.de>2011-02-16 14:36:53 +0100
committerghost <andreas.monzner@multimedia-labs.de>2011-02-16 14:36:53 +0100
commit0c417aee83bac3ab0a70d5e0b3360d18b3663a23 (patch)
tree4fbc37d651cd2e7e3f545b8077e64b7d69c1064d /lib/dvb/idvb.h
parentdec9693d8437a31dab8e4010b33b57e1476a315c (diff)
parent2c4829db1915266f51900d5da0e98173c5b87148 (diff)
downloadenigma2-0c417aee83bac3ab0a70d5e0b3360d18b3663a23.tar.gz
enigma2-0c417aee83bac3ab0a70d5e0b3360d18b3663a23.zip
Merge branch 'bug_672_removed_pvr_device'
Conflicts: lib/dvb/dvb.cpp
Diffstat (limited to 'lib/dvb/idvb.h')
-rw-r--r--lib/dvb/idvb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/dvb/idvb.h b/lib/dvb/idvb.h
index e56a2c7b..86936f8d 100644
--- a/lib/dvb/idvb.h
+++ b/lib/dvb/idvb.h
@@ -636,6 +636,7 @@ public:
virtual RESULT getSTC(pts_t &pts, int num=0)=0;
virtual RESULT getCADemuxID(uint8_t &id)=0;
virtual RESULT flush()=0;
+ virtual int openDVR(int flags)=0;
};
#if HAVE_DVB_API_VERSION < 3 && !defined(VIDEO_EVENT_SIZE_CHANGED)