diff --git a/README.md b/README.md index 878b0ae26..4544b7c40 100755 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ url: rtmp://127.0.0.1:1935/live/livestream * v0.2, 2013-10-24, support decode codec type to cache the h264/avc sequence header. * v0.1, 2013-10-23, v0.1 released. 8287 lines. * v0.1, 2013-10-23, support basic amf0 codec, simplify the api using c-style api. -* v0.1, 2013-10-23, support shared ptr msg(SrsSharedPtrMessage) for zero memory copy. +* v0.1, 2013-10-23, support shared ptr msg for zero memory copy. * v0.1, 2013-10-22, support vp6 codec with rtmp protocol specified simple handshake. * v0.1, 2013-10-20, support multiple flash client play live streaming. * v0.1, 2013-10-20, support FMLE/FFMPEG publish live streaming. diff --git a/trunk/src/core/srs_core_protocol.hpp b/trunk/src/core/srs_core_protocol.hpp index d6b049d4e..db31b4b3b 100755 --- a/trunk/src/core/srs_core_protocol.hpp +++ b/trunk/src/core/srs_core_protocol.hpp @@ -350,7 +350,6 @@ public: * shared ptr message. * for audio/video/data message that need less memory copy. * and only for output. -* @doc update the README.cmd */ class SrsSharedPtrMessage : public ISrsMessage {