diff options
author | Mark Thompson <sw@jkqxz.net> | 2016-11-03 00:13:35 +0000 |
---|---|---|
committer | Mark Thompson <sw@jkqxz.net> | 2016-11-10 20:36:11 +0000 |
commit | fd0fae60372cddbe0bec8830d07e760195f80bad (patch) | |
tree | efa45930f135da8c940b5e2cd561db0f50375d6b /tests/ref/fate/vp9-segmentation-aq-akiyo | |
parent | 11623217e3c9b859daee544e31acdd0821b61039 (diff) | |
download | ffmpeg-fd0fae60372cddbe0bec8830d07e760195f80bad.tar.gz |
pthread_frame: Unreference hw_frames_ctx on per-thread codec contexts
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.
Diffstat (limited to 'tests/ref/fate/vp9-segmentation-aq-akiyo')
0 files changed, 0 insertions, 0 deletions