From: RĂ©mi Duraffort Date: Thu, 15 Jul 2010 21:18:49 +0000 (+0200) Subject: libvlc_media: fix documentation. X-Git-Tag: 1.2.0-pre1~5814 X-Git-Url: https://git.sesse.net/?p=vlc;a=commitdiff_plain;h=6b0dd9ac31b4d886284925b46c1757aa2bf1a213 libvlc_media: fix documentation. --- diff --git a/include/vlc/libvlc_media.h b/include/vlc/libvlc_media.h index 9fe438d67d..1185bf464f 100644 --- a/include/vlc/libvlc_media.h +++ b/include/vlc/libvlc_media.h @@ -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