From ad19329cf6582c1af7b00f7ae741f16ae24eaee0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Thu, 15 May 2014 20:22:46 +0800 Subject: [PATCH] libvlc: Doxygen cosmetics --- 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 fb91f59de0..cc9bf46e94 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) -- 2.20.1