Skip to content
  • James Zern's avatar
    vp10: fix encoder crash on flush · a7beb23d
    James Zern authored
    cherry-picked from libvpx:
    4f780e94 vp9/10: fix encoder crash on flush
    
    the lookahead buffer allocation is deferred to receipt of the first
    frame to allow profile changes. if the encoder was flushed before
    supplying any frames the encoder would crash trying to dereference the
    NULL buffer.
    
    Change-Id: Ie0f6f7ab394f1ed5595aa9d0a49317c1dae0effc
    a7beb23d