From 740b6b1d6b4572f95e11c9a39c5c855a0e866318 Mon Sep 17 00:00:00 2001 From: Chris Tallon Date: Wed, 20 Dec 2006 16:45:07 +0000 Subject: [PATCH] Windows fixes --- channel.h | 1 + demuxerts.cc | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/channel.h b/channel.h index 4bb496c..c872c79 100644 --- 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 diff --git a/demuxerts.cc b/demuxerts.cc index b4bcd2a..7789588 100644 --- a/demuxerts.cc +++ b/demuxerts.cc @@ -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; -- 2.39.2