]> git.sesse.net Git - vlc/blobdiff - include/vlc/libvlc_media.h
libvlc_media: fix documentation.
[vlc] / include / vlc / libvlc_media.h
index 9fe438d67dbd02dda382624ae012a7fdfcdd8471..1185bf464fb443e8e48158960974a31568fdf345 100644 (file)
@@ -401,7 +401,7 @@ libvlc_media_parse( libvlc_media_t *p_md );
  * Parse a media.
  *
  * This fetches (local) meta data and tracks information.
- * The method is the asynchronous of libvlc_media_parse_async().
+ * The method is the asynchronous of libvlc_media_parse().
  *
  * To track when this is over you can listen to libvlc_MediaParsedChanged
  * event. However if the media was already parsed you will not receive this