houxiao
2016-12-30 cc445067d1f61e12dbea4e6458f2c85ba58f01bf
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)
   { }
};