[vlc-devel] [PATCH 08/18] libvlc: fix the libvlc_video_cleanup_cb comment
    Steve Lhomme 
    robux4 at ycbcr.xyz
       
    Tue Feb  4 16:26:03 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 89010bb70ad..8b1ce6466b0 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