Skip to content
Snippets Groups Projects
Forked from jvet / VVCSoftware_VTM
983 commits behind the upstream repository.
Nikolai Shostak's avatar
Nikolay Shostak authored
When decoder parses SEI message of unknown type,
it does not add it to list of SEIs.

But then try to access it by calling back() of the list of SEIs.

If list is empty decoder crashes.

Otherwise (if list is not empty) decoder gets wrong SEI message (one of previously added to the list)

Possible fix is to make xReadSEImessage() and parseSEImessage() report if new SEI message object was added to the list
e7bc5e2e
History
Name Last commit Last update
..
App
Lib
VisualStudio