ZZZZou / AwemeLike

仿照抖音的特效相机,实现美颜、2D贴图、分屏、转场等

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iOS 13.2 在[HPVideoDecoder openFile]方法中崩溃

chaziyjs opened this issue · comments

崩溃原因:Thread 1: EXC_BAD_ACCESS (code=1, address=0x0)
在文件[HPVideoDecoder openFile] self->sampleRate = asbd->mSampleRate;
image
查询了下原因是在iOS13系统中, HPPlayer 与 HPSynchronizer 两个类没有释放,在点击特效->进入下一页->取消,再进入特效页反复两次就会发生崩溃.而且在iOS13系统中,生成缩略图的方法也出现了问题.

补充: 是HPVideoDecoder的asset为空造成的;