Skip to content
Snippets Groups Projects
Commit 85a28e9a authored by Alexandre Janniaux's avatar Alexandre Janniaux Committed by Felix Paul Kühne
Browse files

vpx_alpha: add reference-counting to picture context

The context is read-only and was currently copied for every picture, so
switch to reference counting to avoid this. It will also help when
moving planes stored in p_sys into the context, to determine when the
allocated plane should be released, and to copy/share the pointer
automatically.
parent 02921db9
No related branches found
No related tags found
1 merge request!6018vpx_alpha: fix leaks and refactor merging
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