xingzilong
2017-08-18 9e5babf9db52e64bdae60137be7696e56241fca6
RtspFace/PreAllocBufferQueue.h
@@ -37,10 +37,14 @@
   void Release(Buffer* buffer);
   Buffer* Enqueue();
   Buffer* Seek();
   
   bool Empty() const;
   bool Full() const;
   const Config& GetConfig() const { return cfg; }
private:
   const Config cfg;
   void* mtsMux;