[vlc-devel] [PATCH 10/15] libvlc: add the API needed to set/get the viewpoint in 360° videos
Rémi Denis-Courmont
remi at remlab.net
Sat Nov 5 09:58:04 CET 2016
Le perjantaina 4. marraskuuta 2016, 18.08.53 EET Steve Lhomme a écrit :
> +LIBVLC_API int libvlc_video_get_viewpoint( libvlc_media_player_t *p_mi,
> + libvlc_video_viewpoint_t
> *p_viewpoint ); +
> +LIBVLC_API int libvlc_video_set_viewpoint( libvlc_media_player_t *p_mi,
> + const libvlc_video_viewpoint_t
> *p_viewpoint ); +
Missing a parameter to specify the video output? Or are we assuming that all
video outputs always have the same viewpoint? That would seem like a dubious
assumption. In fact, I could rather imagine that a single video could be
duplicated to multiple outputs, synchronously with different angles.
--
Rémi Denis-Courmont
http://www.remlab.net/
More information about the vlc-devel
mailing list