]> git.sesse.net Git - vlc/commitdiff
libvlc_vlm.h: Fix typo.
authorAdrien Grand <jpountz@videolan.org>
Sun, 20 Jul 2008 11:50:08 +0000 (13:50 +0200)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Mon, 21 Jul 2008 19:20:40 +0000 (21:20 +0200)
Signed-off-by: Pierre d'Herbemont <pdherbemont@videolan.org>
include/vlc/libvlc_vlm.h

index 3203580d0322553dcacd306659bf557b01d823cc..7da8bf07efabf6a69d4a64588ae88e42ec726011 100644 (file)
@@ -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 **,