Skip to content
Snippets Groups Projects
Commit e7bc5e2e authored by Nikolay Shostak's avatar Nikolay Shostak
Browse files

Fix parsing of unknown SEI message type.

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
parent 30e10cd5
No related branches found
No related tags found
1 merge request!2536Fix parsing of unknown SEI message type.
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment