vlc | branch: master | Steve Lhomme <[email protected]> | Tue Feb 2 11:12:16 2021 +0100| [b3a6e92d2f75b274332304ca2557c5d5e8ae6762] | committer: Steve Lhomme
libvlc: fix the libvlc_video_output_select_plane_cb documentation LIBVLC_VIDEO_UPDATE_OUTPUT doesn't exist. > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b3a6e92d2f75b274332304ca2557c5d5e8ae6762 --- include/vlc/libvlc_media_player.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/vlc/libvlc_media_player.h b/include/vlc/libvlc_media_player.h index 1544b5cc30..1af9996709 100644 --- a/include/vlc/libvlc_media_player.h +++ b/include/vlc/libvlc_media_player.h @@ -721,7 +721,7 @@ typedef void( *libvlc_video_output_set_resize_cb )( void *opaque, * entering call. * * The number of planes depend on the DXGI_FORMAT returned during the - * \ref LIBVLC_VIDEO_UPDATE_OUTPUT call. It's usually one plane except for + * @a libvlc_video_update_output_cb() call. It's usually one plane except for * semi-planar formats like DXGI_FORMAT_NV12 or DXGI_FORMAT_P010. * * This callback is called between libvlc_video_makeCurrent_cb current/not-current _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
