aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb/decoder.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/dvb/decoder.h')
-rw-r--r--lib/dvb/decoder.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/dvb/decoder.h b/lib/dvb/decoder.h
index 67a8c508..df639551 100644
--- a/lib/dvb/decoder.h
+++ b/lib/dvb/decoder.h
@@ -14,6 +14,10 @@ public:
eDVBAudio(eDVBDemux *demux, int dev);
int startPid(int pid);
void stop();
+#if HAVE_DVB_API_VERSION < 3
+ void start();
+ void stopPid();
+#endif
virtual ~eDVBAudio();
};
@@ -27,6 +31,10 @@ public:
eDVBVideo(eDVBDemux *demux, int dev);
int startPid(int pid);
void stop();
+#if HAVE_DVB_API_VERSION < 3
+ void start();
+ void stopPid();
+#endif
virtual ~eDVBVideo();
};