Skip to content
  • Janne Grunau's avatar
    tools/dav1d: unref input data after decoding loop · 67bab2ba
    Janne Grunau authored and Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf committed
    When breaking out of the decoding either through an error or reaching
    the limit of decoded frames the input buffer might not be fully consumed
    by the previous dav1d_decode() call. Fixes a memory leak discovered
    while testing with frame and tile threads with --limit.
    67bab2ba