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.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();