更新第三方库

This commit is contained in:
xiongziliang
2020-10-18 21:33:36 +08:00
parent fcf641dfb6
commit 51fcaeda4c
4 changed files with 4 additions and 1 deletions

View File

@@ -38,6 +38,7 @@ void PSEncoder::init() {
[](void *param, int stream, void *packet, size_t bytes) {
PSEncoder *thiz = (PSEncoder *) param;
thiz->onPS(thiz->_timestamp, packet, bytes);
return 0;
}
};