Skip to content

Commit

Permalink
doc: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tguillem committed May 22, 2015
1 parent a2411a3 commit fe3716d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/vlc/libvlc_media_player.h
Original file line number Diff line number Diff line change
Expand Up @@ -1425,7 +1425,7 @@ typedef enum libvlc_audio_output_channel_t {
* 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
* \return list of available audio outputs. It must be freed with
* \see libvlc_audio_output_list_release \see libvlc_audio_output_t .
* In case of error, NULL is returned.
*/
Expand Down Expand Up @@ -1493,7 +1493,7 @@ char *libvlc_audio_output_device_id( libvlc_instance_t *, const char *, int );
*
* \param mp media player
* \return A NULL-terminated linked list of potential audio output devices.
* It must be freed it with libvlc_audio_output_device_list_release()
* It must be freed with libvlc_audio_output_device_list_release()
* \version LibVLC 2.2.0 or later.
*/
LIBVLC_API libvlc_audio_output_device_t *
Expand All @@ -1517,7 +1517,7 @@ libvlc_audio_output_device_enum( libvlc_media_player_t *mp );
* \param psz_aout audio output name
* (as returned by libvlc_audio_output_list_get())
* \return A NULL-terminated linked list of potential audio output devices.
* It must be freed it with libvlc_audio_output_device_list_release()
* It must be freed with libvlc_audio_output_device_list_release()
* \version LibVLC 2.1.0 or later.
*/
LIBVLC_API libvlc_audio_output_device_t *
Expand Down

0 comments on commit fe3716d

Please sign in to comment.