[vlc-devel] [PATCH 09/21] libvlc: fix the libvlc_video_cleanup_cb comment
Steve Lhomme
robux4 at ycbcr.xyz
Wed Feb 5 16:13:17 CET 2020
---
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 18cf027a4e6..f7496829f0a 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);
--
2.17.1
More information about the vlc-devel
mailing list