xuxiuxi
2017-03-29 d17be73f53c21c5ceae03fe8494c195f0bbf4abf
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)
   { }
};