Skip to content

utils/libav: turn `pl_frame.user_data` into a struct

Niklas Haas requested to merge haasn/libplacebo:avframe_struct into master

So I can add more fields to this than just the AVFrame. Motivated by a desire to keep track of planar image metadata.

Merge request reports