[vlc-commits] libvlc: fix bogus documentation reference

Steve Lhomme git at videolan.org
Fri Apr 2 13:55:54 UTC 2021


vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Tue Mar 30 09:10:33 2021 +0200| [a51e61a4afc56aca79d26b3717fd9b8f22ba4b30] | committer: Steve Lhomme

libvlc: fix bogus documentation reference

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a51e61a4afc56aca79d26b3717fd9b8f22ba4b30
---

 include/vlc/libvlc_media_player.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/vlc/libvlc_media_player.h b/include/vlc/libvlc_media_player.h
index bc6761915e..13b9f68ab1 100644
--- a/include/vlc/libvlc_media_player.h
+++ b/include/vlc/libvlc_media_player.h
@@ -533,11 +533,11 @@ typedef struct libvlc_video_setup_device_info_t
  * \version LibVLC 4.0.0 or later
  *
  * For \ref libvlc_video_engine_d3d9 the output must be a IDirect3D9*.
- * A reference to this object is held until the \ref LIBVLC_VIDEO_DEVICE_CLEANUP is called.
+ * A reference to this object is held until the \ref libvlc_video_output_cleanup_cb is called.
  * the device must be created with D3DPRESENT_PARAMETERS.hDeviceWindow set to 0.
  *
  * For \ref libvlc_video_engine_d3d11 the output must be a ID3D11DeviceContext*.
- * A reference to this object is held until the \ref LIBVLC_VIDEO_DEVICE_CLEANUP is called.
+ * A reference to this object is held until the \ref libvlc_video_output_cleanup_cb is called.
  * The ID3D11Device used to create ID3D11DeviceContext must have multithreading enabled.
  *
  * If the ID3D11DeviceContext is used outside of the callbacks called by libvlc, the host



More information about the vlc-commits mailing list