fix for working on old api
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>
Sun, 28 May 2006 12:14:14 +0000 (12:14 +0000)
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>
Sun, 28 May 2006 12:14:14 +0000 (12:14 +0000)
lib/dvb/decoder.h

index f8719869b859fa00ce1110ea5075b9eba1f6d13d..554d8c1bd1420296b66f0fbf7be150c004f74196 100644 (file)
@@ -39,7 +39,7 @@ private:
 public:
        enum { MPEG2, MPEG4_H264 };
        eDVBVideo(eDVBDemux *demux, int dev);
 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();
        void stop();
 #if HAVE_DVB_API_VERSION < 3
        void start();