[vlc-commits] lib: remove stray Doxygen cross-references

Rémi Denis-Courmont git at videolan.org
Sun May 19 13:26:09 CEST 2019


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun May 19 14:24:51 2019 +0300| [405a6f878b96d5a48c99b080de56229b4ae75a9c] | committer: Rémi Denis-Courmont

lib: remove stray Doxygen cross-references

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

 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 7b96fbd76c..0df3c0bcc7 100644
--- a/include/vlc/libvlc_media_player.h
+++ b/include/vlc/libvlc_media_player.h
@@ -1516,7 +1516,7 @@ LIBVLC_API void libvlc_video_set_aspect_ratio( libvlc_media_player_t *p_mi, cons
  * \version LibVLC 3.0.0 and later
  *
  * \return video viewpoint or NULL
- *         (the result must be released with free() or libvlc_free()).
+ *         (the result must be released with free()).
  */
 LIBVLC_API libvlc_video_viewpoint_t *libvlc_video_new_viewpoint(void);
 
@@ -2084,7 +2084,7 @@ LIBVLC_API void libvlc_audio_output_device_set( libvlc_media_player_t *mp,
  * \param mp media player
  * \return the current audio output device identifier
  *         NULL if no device is selected or in case of error
- *         (the result must be released with free() or libvlc_free()).
+ *         (the result must be released with free()).
  * \version LibVLC 3.0.0 or later.
  */
 LIBVLC_API char *libvlc_audio_output_device_get( libvlc_media_player_t *mp );



More information about the vlc-commits mailing list