aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-05-28 12:14:14 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-05-28 12:14:14 +0000
commitce34e37ff09a8654d5c5e0e4ff77ee916cbe9010 (patch)
treee64807666731c0403156965bda1b80d0db3d3e47 /lib
parenta14453e375c72eae797ef3c93971c08eb05f8529 (diff)
downloadenigma2-ce34e37ff09a8654d5c5e0e4ff77ee916cbe9010.tar.gz
enigma2-ce34e37ff09a8654d5c5e0e4ff77ee916cbe9010.zip
fix for working on old api
Diffstat (limited to 'lib')
-rw-r--r--lib/dvb/decoder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dvb/decoder.h b/lib/dvb/decoder.h
index f8719869..554d8c1b 100644
--- a/lib/dvb/decoder.h
+++ b/lib/dvb/decoder.h
@@ -39,7 +39,7 @@ private:
public:
enum { MPEG2, MPEG4_H264 };
eDVBVideo(eDVBDemux *demux, int dev);
- int startPid(int pid, int type);
+ int startPid(int pid, int type=MPEG2);
void stop();
#if HAVE_DVB_API_VERSION < 3
void start();