Skip to content
Snippets Groups Projects
Commit 7005af7e authored by Steve Lhomme's avatar Steve Lhomme
Browse files

libvlc: fix mismatching prototype and doc

parent e026d722
No related merge requests found
......@@ -820,7 +820,7 @@ void libvlc_audio_set_volume_callback( libvlc_media_player_t *mp,
* \param channels channels count [IN/OUT]
* \return 0 on success, anything else to skip audio playback
*/
typedef int (*libvlc_audio_setup_cb)(void **data, char *format, unsigned *rate,
typedef int (*libvlc_audio_setup_cb)(void **opaque, char *format, unsigned *rate,
unsigned *channels);
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment