Skip to content
  • James Zern's avatar
    vp8_peek_si_internal: quiet static analysis warning · 1bf7a0fb
    James Zern authored
    the vpx_decoder layer guarantees that when called directly this won't
    receive NULL data and the reuse via decode() is protected by a NULL data
    check and 0 size check (NULL data and non-zero data size is protected by
    the vpx_decoder layer).
    
    Change-Id: I7437fb5ca4e4aa431963d55b909d4d920f339be3
    1bf7a0fb