-
mentioned in commit 34cc7f89b1d64f58347defb7fe99928917a8a2f5
-
Status changed to merged
-
2.添加DECODE_FINISHED_CALLBACK 3.添加isPausing接口 4.添加getCachedQueueLength接口 5.添加snapshot和releaseFFImgInfo接口 6.测试代码添加log回调的自定义设置
Step 1. Update the repo and checkout the branch we are going to merge
git fetch origin git checkout -b dev-wsl origin/dev-wsl
Step 2. Merge the branch and push the changes to GitLab
git checkout dev-cmhu git merge --no-ff dev-wsl git push origin dev-cmhu
mentioned in commit 34cc7f89b1d64f58347defb7fe99928917a8a2f5
Status changed to merged
2.添加DECODE_FINISHED_CALLBACK 3.添加isPausing接口 4.添加getCachedQueueLength接口 5.添加snapshot和releaseFFImgInfo接口 6.测试代码添加log回调的自定义设置