]> git.sesse.net Git - vlc/commitdiff
libvlc_media: fix documentation.
authorRémi Duraffort <ivoire@videolan.org>
Thu, 15 Jul 2010 21:18:49 +0000 (23:18 +0200)
committerRémi Duraffort <ivoire@videolan.org>
Thu, 15 Jul 2010 21:18:49 +0000 (23:18 +0200)
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