mirror of https://github.com/FFmpeg/FFmpeg.git
When decoding with threads enabled, the get_format callback will be called with one of the per-thread codec contexts rather than with the outer context. If a hwaccel is in use too, this will add a reference to the hardware frames context on that codec context, which will then propagate to all of the other per-thread contexts for decoding. Once the decoder finishes, however, the per-thread contexts are not freed normally, so these references leak.pull/258/head
parent
11623217e3
commit
fd0fae6037
1 changed files with 2 additions and 0 deletions
Loading…
Reference in new issue