Skip to content

display: fix detection of placement changes

Steve Lhomme requested to merge robUx4/vlc:display-placement-fix into master

The PlaceVideoInDisplay() result is used to check if the placement changed. But it returns true if the placement didn't change.

Merge request reports