Commit fd4a0ddc authored by Alexey Sokolov's avatar Alexey Sokolov Committed by Rémi Denis-Courmont

Fix doxygen for libvlc_audio_output_set

Tests show that current docs are wrong.
Signed-off-by: default avatarRémi Denis-Courmont <remi@remlab.net>
parent bfe9c3c7
......@@ -1296,7 +1296,7 @@ LIBVLC_API void libvlc_audio_output_list_release( libvlc_audio_output_t *p_list
* \param p_mi media player
* \param psz_name name of audio output,
* use psz_name of \see libvlc_audio_output_t
* \return true if function succeded
* \return 0 if function succeded, -1 on error
*/
LIBVLC_API int libvlc_audio_output_set( libvlc_media_player_t *p_mi,
const char *psz_name );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment