Skip to content

move the vlc_viewpoint_t out of the display config

Steve Lhomme requested to merge robUx4/vlc:viewpoint-no-cfg into master

The vlc_viewpoint_t is not display config related (mostly used to provide the window to the display module and compute the picture placement based on user settings).

Simplify the set_viewpoint callback now that the pointer is always provided in vd instead of vd->cfg.

Merge request reports