From ce34e37ff09a8654d5c5e0e4ff77ee916cbe9010 Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Sun, 28 May 2006 12:14:14 +0000 Subject: [PATCH] fix for working on old api --- lib/dvb/decoder.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.11.0