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;