]> git.sesse.net Git - vlc/blobdiff - include/vlc/libvlc_vlm.h
libvlc_vlm.h: Fix typo.
[vlc] / 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 **,