更新ZLToolKit并适配代码

This commit is contained in:
xia-chu
2021-02-07 14:55:09 +08:00
parent 14b318525e
commit 80bcf53ccf
8 changed files with 22 additions and 20 deletions

View File

@@ -14,7 +14,7 @@
namespace mediakit{
PSEncoder::PSEncoder() {
_buffer = std::make_shared<BufferRaw>();
_buffer = BufferRaw::create();
init();
}