mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-13 11:41:44 +08:00
更新ZLToolKit并适配代码
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
namespace mediakit{
|
||||
|
||||
PSEncoder::PSEncoder() {
|
||||
_buffer = std::make_shared<BufferRaw>();
|
||||
_buffer = BufferRaw::create();
|
||||
init();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user