]> git.vomp.tv Git - vompclient.git/commitdiff
Windows fixes
authorChris Tallon <chris@vomp.tv>
Wed, 20 Dec 2006 16:45:07 +0000 (16:45 +0000)
committerChris Tallon <chris@vomp.tv>
Wed, 20 Dec 2006 16:45:07 +0000 (16:45 +0000)
channel.h
demuxerts.cc

index 4bb496c26151d730038ce7c8550781dbc390bbc6..c872c799bfc0ad8d237250a7f17a69b4782b5371 100644 (file)
--- a/channel.h
+++ b/channel.h
@@ -27,6 +27,7 @@
 #include "log.h"
 #include "defines.h"
 
+using namespace std;
 // A struct to hold a audio pid pair
 
 typedef struct _apid
index b4bcd2a1ee12e77f9cb5521564be4d929dac63c7..778958834cb29338de1b9060eb5afdd64b6d1a5d 100644 (file)
@@ -20,7 +20,7 @@
 
 #include "demuxerts.h"
 
-DemuxerTS::DemuxerTS(int p_vID = 0, int p_aID = 0)
+DemuxerTS::DemuxerTS(int p_vID, int p_aID)
 {
   vID = p_vID;
   aID = p_aID;