[vlc-devel] commit: libvlc_vlm.h: Fix typo. (Adrien Grand )
git version control
git at videolan.org
Mon Jul 21 21:18:22 CEST 2008
vlc | branch: master | Adrien Grand <jpountz at videolan.org> | Sun Jul 20 13:50:08 2008 +0200| [f3ebe3939865db1fbb4ae07866e4859b64d4ae3d]
libvlc_vlm.h: Fix typo.
Signed-off-by: Pierre d'Herbemont <pdherbemont at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f3ebe3939865db1fbb4ae07866e4859b64d4ae3d
---
include/vlc/libvlc_vlm.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/vlc/libvlc_vlm.h b/include/vlc/libvlc_vlm.h
index 3203580..7da8bf0 100644
--- a/include/vlc/libvlc_vlm.h
+++ b/include/vlc/libvlc_vlm.h
@@ -72,7 +72,7 @@ VLC_PUBLIC_API void libvlc_vlm_add_broadcast( libvlc_instance_t *, char *, char
* \param i_options number of additional options
* \param ppsz_options additional options
* \param b_enabled boolean for enabling the new vod
- * \param the muxer of the vod media
+ * \param psz_mux the muxer of the vod media
* \param p_e an initialized exception pointer
*/
VLC_PUBLIC_API void libvlc_vlm_add_vod( libvlc_instance_t *, char *, char *, int, char **,
More information about the vlc-devel
mailing list