Skip to content
  • Gwenole Beauchesne's avatar
    h264: optimize initialization process of decoder units. · 098eb262
    Gwenole Beauchesne authored
    Decoder units were zero-initialized, including the SPS/PPS/slice headers.
    The latter don't require zero-initialization since the codecparsers/ lib
    will do so for key variables already. This is not a great value per se but
    at least it makes it possible to check whether the default initialization
    decisions made in the codecparsers/ lib were right or not.
    
    This can be reverted if this exposes too many issues.
    098eb262