]> git.sesse.net Git - vlc/blobdiff - include/vlc/libvlc_media_player.h
Remove libvlc_free
[vlc] / include / vlc / libvlc_media_player.h
index 029ddb17f1441dfa72e998a48bdf39ea626c7713..eaaa358279c0bd04eaeb141d791b1158350a8ab8 100644 (file)
@@ -642,7 +642,7 @@ VLC_PUBLIC_API void libvlc_video_set_scale( libvlc_media_player_t *p_mi, float f
  *
  * \param p_mi the media player
  * \return the video aspect ratio or NULL if unspecified
- * (the result must be released with free() or libvlc_free()).
+ * (the result must be released with free()).
  */
 VLC_PUBLIC_API char *libvlc_video_get_aspect_ratio( libvlc_media_player_t *p_mi );