[vlc-commits] aout: remove ->device_enum (fixes #8248)
Rémi Denis-Courmont
git at videolan.org
Sun Apr 14 10:51:35 CEST 2013
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun Apr 14 11:50:38 2013 +0300| [5c097894782c187535441792fb5c38a2acadba7c] | committer: Rémi Denis-Courmont
aout: remove ->device_enum (fixes #8248)
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5c097894782c187535441792fb5c38a2acadba7c
---
include/vlc_aout.h | 9 ---------
1 file changed, 9 deletions(-)
diff --git a/include/vlc_aout.h b/include/vlc_aout.h
index eff26a8..3bc68c7 100644
--- a/include/vlc_aout.h
+++ b/include/vlc_aout.h
@@ -158,15 +158,6 @@ struct audio_output
* \param mute true to mute, false to unmute
* \warning A stream may or may not have been started when called.
*/
- int (*device_enum)(audio_output_t *, char ***ids, char ***names);
- /**< Enumerates available audio output devices (optional, may be NULL).
- * \param ids pointer to a heap-allocated table of heap-allocated
- * nul-terminated device unique identifiers [OUT]
- * \param names pointer to a heap-allocated table of heap-allocated
- * nul-terminated device human-readable names [OUT]
- * \return The number of entries, or -1 on error.
- * \warning A stream may or may not have been started when called.
- */
int (*device_select)(audio_output_t *, const char *id);
/**< Selects an audio output device (optional, may be NULL).
* \param id nul-terminated device unique identifier.
More information about the vlc-commits
mailing list