更新第三方库

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

@@ -26,6 +26,7 @@ PSDecoder::PSDecoder() {
if(thiz->_on_decode){
thiz->_on_decode(stream, codecid, flags, pts, dts, data, bytes);
}
return 0;
},this);
}