[vlc-commits] libvlc: fix the libvlc_video_cleanup_cb comment
Steve Lhomme
git at videolan.org
Mon Feb 10 09:06:58 CET 2020
vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | 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);
More information about the vlc-commits
mailing list