Skip to content
Snippets Groups Projects
Forked from jvet / VVCSoftware_VTM
Source project has a limited visibility.
  • Kirill Suverov's avatar
    a006af50
    Fix crash during checks for layer ID of ALF APS · a006af50
    Kirill Suverov authored and Nikolay Shostak's avatar Nikolay Shostak committed
    When method checkAlfNaluTidAndPicTid() is called for a Slice object
    pointers to SPS and VPS are not yet set.
    
    Methods setSPS() and setVPS() are called later for that Slice object.
    
    Since IDs of SPS and VPS are known at this point,
    SPS and VPS can be found in ParameterSetManager.
    a006af50
    History
    Fix crash during checks for layer ID of ALF APS
    Kirill Suverov authored and Nikolay Shostak's avatar Nikolay Shostak committed
    When method checkAlfNaluTidAndPicTid() is called for a Slice object
    pointers to SPS and VPS are not yet set.
    
    Methods setSPS() and setVPS() are called later for that Slice object.
    
    Since IDs of SPS and VPS are known at this point,
    SPS and VPS can be found in ParameterSetManager.