From 4c606baa053c5395e83ebfb48a45913625fca7c5 Mon Sep 17 00:00:00 2001
From: houxiao <houxiao@454eff88-639b-444f-9e54-f578c98de674>
Date: 星期二, 28 三月 2017 15:35:58 +0800
Subject: [PATCH] add config
---
RtspFace/PL_RTSPClient.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/RtspFace/PL_RTSPClient.h b/RtspFace/PL_RTSPClient.h
index 91fa685..6e43253 100644
--- a/RtspFace/PL_RTSPClient.h
+++ b/RtspFace/PL_RTSPClient.h
@@ -4,7 +4,7 @@
#include "PipeLine.h"
#include <string>
-struct RTSPConfig
+struct PL_RTSPClient_Config
{
std::string progName;
std::string rtspURL;
@@ -13,7 +13,7 @@
int tunnelOverHTTPPortNum; // portNumBits
void* args;
- RTSPConfig() :
+ PL_RTSPClient_Config() :
progName(), rtspURL() ,aux(true), verbosityLevel(1), tunnelOverHTTPPortNum(0), args(nullptr)
{ }
};
--
Gitblit v1.8.0