cisco / openh264

Open Source H.264 Codec
BSD 2-Clause "Simplified" License
5.57k stars 1.8k forks source link

oss-fuzz issue 24459 #3320

Open xiaotianshi2 opened 4 years ago

xiaotianshi2 commented 4 years ago

Timeout (exceeds 60 secs) for pretty short erroneous test stream without sequence parameter set. Reproducer Testcase: https://oss-fuzz.com/download?testcase_id=5668070694322176 The test case does not contain sequence parameter set, that causes openh264 decoder calls "CWelsDecoder::ResetDecoder" repeatedly. CWelsDecoder::ResetDecoder consumes about 60% processing total time. So this seems to be a difficult issue to resolve.

huili2 commented 4 years ago

thanks for the information. If it is the case, will close this issue.