[vlc-commits] commit: libvlc_media: fix documentation. ( Rémi Duraffort )
git at videolan.org
git at videolan.org
Thu Jul 15 23:19:36 CEST 2010
vlc/vlc-1.1 | branch: master | Rémi Duraffort <ivoire at videolan.org> | Thu Jul 15 23:18:49 2010 +0200| [754e92ab5e8c49c6da11a050c1b59e17f304ba05] | committer: Rémi Duraffort
libvlc_media: fix documentation.
(cherry picked from commit 6b0dd9ac31b4d886284925b46c1757aa2bf1a213)
Signed-off-by: Rémi Duraffort <ivoire at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.1.git/?a=commit;h=754e92ab5e8c49c6da11a050c1b59e17f304ba05
---
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 52de810..7efe4d2 100644
--- a/include/vlc/libvlc_media.h
+++ b/include/vlc/libvlc_media.h
@@ -401,7 +401,7 @@ libvlc_media_parse(libvlc_media_t *media);
* 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