Skip to content

libplacebo: update for libplacebo v199

Niklas Haas requested to merge haasn/vlc:libplacebo_flipping into master

In v199, plane crops and overlays are now automatically flipped for flipped swapchains, absolving the user from the need to handle this special case.

For backwards compatiblity with older libplacebo, hide this logic behind an #ifdef'd bool instead of completely removing it.

Merge request reports