正在显示
2 个修改的文件
包含
1 行增加
和
2 行删除
@@ -63,7 +63,7 @@ url: rtmp://127.0.0.1:1935/live/livestream | @@ -63,7 +63,7 @@ url: rtmp://127.0.0.1:1935/live/livestream | ||
63 | * v0.2, 2013-10-24, support decode codec type to cache the h264/avc sequence header. | 63 | * v0.2, 2013-10-24, support decode codec type to cache the h264/avc sequence header. |
64 | * v0.1, 2013-10-23, v0.1 released. 8287 lines. | 64 | * v0.1, 2013-10-23, v0.1 released. 8287 lines. |
65 | * v0.1, 2013-10-23, support basic amf0 codec, simplify the api using c-style api. | 65 | * v0.1, 2013-10-23, support basic amf0 codec, simplify the api using c-style api. |
66 | -* v0.1, 2013-10-23, support shared ptr msg(SrsSharedPtrMessage) for zero memory copy. | 66 | +* v0.1, 2013-10-23, support shared ptr msg for zero memory copy. |
67 | * v0.1, 2013-10-22, support vp6 codec with rtmp protocol specified simple handshake. | 67 | * v0.1, 2013-10-22, support vp6 codec with rtmp protocol specified simple handshake. |
68 | * v0.1, 2013-10-20, support multiple flash client play live streaming. | 68 | * v0.1, 2013-10-20, support multiple flash client play live streaming. |
69 | * v0.1, 2013-10-20, support FMLE/FFMPEG publish live streaming. | 69 | * v0.1, 2013-10-20, support FMLE/FFMPEG publish live streaming. |
@@ -350,7 +350,6 @@ public: | @@ -350,7 +350,6 @@ public: | ||
350 | * shared ptr message. | 350 | * shared ptr message. |
351 | * for audio/video/data message that need less memory copy. | 351 | * for audio/video/data message that need less memory copy. |
352 | * and only for output. | 352 | * and only for output. |
353 | -* @doc update the README.cmd | ||
354 | */ | 353 | */ |
355 | class SrsSharedPtrMessage : public ISrsMessage | 354 | class SrsSharedPtrMessage : public ISrsMessage |
356 | { | 355 | { |
-
请 注册 或 登录 后发表评论