[vlc-commits] commit: libvlc_media: fix documentation. ( Rémi Duraffort )

git at videolan.org git at videolan.org
Thu Jul 15 23:19:06 CEST 2010


vlc | branch: master | Rémi Duraffort <ivoire at videolan.org> | Thu Jul 15 23:18:49 2010 +0200| [6b0dd9ac31b4d886284925b46c1757aa2bf1a213] | committer: Rémi Duraffort 

libvlc_media: fix documentation.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6b0dd9ac31b4d886284925b46c1757aa2bf1a213
---

 include/vlc/libvlc_media.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/vlc/libvlc_media.h b/include/vlc/libvlc_media.h
index 9fe438d..1185bf4 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



More information about the vlc-commits mailing list