Skip to content

utils/libav: add pl_get_mapped_avframe

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

To avoid the trappings of users directly accessing frame->user_data, which led to the current mess. Fix the problem cleanly by introducing a new function.

Merge request reports