Skip to content
Snippets Groups Projects
  • Alexandre Janniaux's avatar
    vpx_alpha: add reference-counting to picture context · 85a28e9a
    Alexandre Janniaux authored and Felix Paul Kühne's avatar Felix Paul Kühne committed
    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.
    85a28e9a
vpx_alpha.c 20.88 KiB