xuxiuxi
2017-05-11 109ffe9a777658936a38d0c146579a67c60a0d17
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)
   { }
};