[vlc-commits] libvlc: Doxygen cosmetics

Rémi Denis-Courmont git at videolan.org
Thu May 15 15:50:48 CEST 2014


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Thu May 15 20:22:46 2014 +0800| [ad19329cf6582c1af7b00f7ae741f16ae24eaee0] | committer: Rémi Denis-Courmont

libvlc: Doxygen cosmetics

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

 include/vlc/libvlc_media_player.h |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/include/vlc/libvlc_media_player.h b/include/vlc/libvlc_media_player.h
index fb91f59..cc9bf46 100644
--- a/include/vlc/libvlc_media_player.h
+++ b/include/vlc/libvlc_media_player.h
@@ -1417,7 +1417,7 @@ typedef enum libvlc_audio_output_channel_t {
 
 
 /**
- * Gets the list of available audio outputs
+ * Gets the list of available audio output modules.
  *
  * \param p_instance libvlc instance
  * \return list of available audio outputs. It must be freed it with
@@ -1428,7 +1428,7 @@ LIBVLC_API libvlc_audio_output_t *
 libvlc_audio_output_list_get( libvlc_instance_t *p_instance );
 
 /**
- * Frees the list of available audio outputs
+ * Frees the list of available audio output modules.
  *
  * \param p_list list with audio outputs for release
  */
@@ -1436,7 +1436,7 @@ LIBVLC_API
 void libvlc_audio_output_list_release( libvlc_audio_output_t *p_list );
 
 /**
- * Sets the audio output.
+ * Selects an audio output module.
  * \note Any change will take be effect only after playback is stopped and
  * restarted. Audio output cannot be changed while playing.
  *
@@ -1474,7 +1474,7 @@ LIBVLC_DEPRECATED LIBVLC_API
 char *libvlc_audio_output_device_id( libvlc_instance_t *, const char *, int );
 
 /**
- * Gets a list of audio output devices for a given audio output.
+ * Gets a list of audio output devices for a given audio output module,
  * \see libvlc_audio_output_device_set().
  *
  * \note Not all audio outputs support this. In particular, an empty (NULL)



More information about the vlc-commits mailing list