Skip to content

utils/libav: support planar texture interop

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

In the case of importing a planar texture, we only need to synchronize the base texture, while the actual pl_plane will contain the wrapped plane views.

Merge request reports