diff --git a/core/AmRtpStream.h b/core/AmRtpStream.h index 012dcdc3..935386cd 100644 --- a/core/AmRtpStream.h +++ b/core/AmRtpStream.h @@ -73,6 +73,7 @@ struct PacketMem { inline AmRtpPacket* newPacket(); inline void freePacket(AmRtpPacket* p); + inline void clear(); }; @@ -286,7 +287,3 @@ public: // mode:C++ // End: - - - -