vlc | branch: master | Steve Lhomme <[email protected]> | Tue Feb 4 14:25:32 2020 +0100| [b842a758e2fa7df82b2cbcbb25c7b38d7a3222f0] | committer: Steve Lhomme
libvlc: fix the libvlc_video_cleanup_cb comment > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b842a758e2fa7df82b2cbcbb25c7b38d7a3222f0 --- 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 18cf027a4e..f7496829f0 100644 --- a/include/vlc/libvlc_media_player.h +++ b/include/vlc/libvlc_media_player.h @@ -417,7 +417,7 @@ typedef unsigned (*libvlc_video_format_cb)(void **opaque, char *chroma, /** * Callback prototype to configure picture buffers format. * - * \param opaque private pointer as passed to libvlc_video_set_callbacks() + * \param opaque private pointer as passed to libvlc_video_set_format_callbacks() * (and possibly modified by @ref libvlc_video_format_cb) [IN] */ typedef void (*libvlc_video_cleanup_cb)(void *opaque); _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
