This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

H264编码库上电随机挂死



在进行H.264编码时,有时候openh264enc会导致CPU直接挂起死锁在那里,后来从汇编跟进去之后发现是在inithdvicppsc这个函数中间挂起的.

使用“H264FHDVENC.version.01.10.02.03.wizardversion.0.5.3”这个版本的编码库就会出现上述问题。但在同样问题硬件环境下使用“H264FHDVENC.version.01.10.00.26.wizardversion.0.5.2”这个版本的编码库确工作正常,没有出现随即挂死的问题。

求解。