xuxiuxi
2017-03-31 ff93094cd08e8486242e60e9f076ebfd66b83e9c
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)
   { }
};