[vlc-devel] [PATCH] libvlc: fix the libvlc_video_output_select_plane_cb documentation
Steve Lhomme
robux4 at ycbcr.xyz
Fri Feb 12 11:31:58 UTC 2021
LIBVLC_VIDEO_UPDATE_OUTPUT doesn't exist.
---
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 1544b5cc302..1af9996709d 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
--
2.29.2
More information about the vlc-devel
mailing list