Skip to content
Snippets Groups Projects
Commit edcc51fb authored by Hendrik Leppkes's avatar Hendrik Leppkes Committed by Michael Niedermayer
Browse files

tiff: fix handling of metadata with refcounted frames


Since the conversion to refcounted frames, the tiff decoder
only wrote the metadata into its internal "picture" in its own context,
never exposing the metadata to the user, and eventually leaking the
metadata.

Instead, properly store the metadata directly into the frame being decoded into.

Signed-off-by: default avatarMichael Niedermayer <michaelni@gmx.at>
parent 0735b508
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment