AwemeLike icon indicating copy to clipboard operation
AwemeLike copied to clipboard

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

Open chaziyjs opened this issue 6 years ago • 0 comments

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

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

chaziyjs avatar Jan 02 '20 05:01 chaziyjs