Skip to content
Snippets Groups Projects
Forked from jvet / VVCSoftware_VTM
Source project has a limited visibility.
  • Nikolay Shostak's avatar
    e7bc5e2e
    Fix parsing of unknown SEI message type. · e7bc5e2e
    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
    Fix parsing of unknown SEI message type.
    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