X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fvlc%2Flibvlc_media_player.h;h=eaaa358279c0bd04eaeb141d791b1158350a8ab8;hb=61f0547b72d3ba80039f09064249d89fa8f2b0f7;hp=029ddb17f1441dfa72e998a48bdf39ea626c7713;hpb=1f849e1dce1017c2aaf29a2dfb4c9063785f079a;p=vlc diff --git a/include/vlc/libvlc_media_player.h b/include/vlc/libvlc_media_player.h index 029ddb17f1..eaaa358279 100644 --- a/include/vlc/libvlc_media_player.h +++ b/include/vlc/libvlc_media_player.h @@ -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 );