[vlc-commits] audio_output/auhal: mark warned-devices as private

Marvin Scholz git at videolan.org
Mon Jul 29 12:01:44 CEST 2019


vlc | branch: master | Marvin Scholz <epirat07 at gmail.com> | Sun Jul 28 11:16:36 2019 +0200| [b5468e737828edfb173e53ad170eccf8f78eb0d2] | committer: Marvin Scholz

audio_output/auhal: mark warned-devices as private

This option is not useful for the user and has no description

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b5468e737828edfb173e53ad170eccf8f78eb0d2
---

 modules/audio_output/auhal.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/audio_output/auhal.c b/modules/audio_output/auhal.c
index 802d3d870b..6ba2765754 100644
--- a/modules/audio_output/auhal.c
+++ b/modules/audio_output/auhal.c
@@ -61,6 +61,7 @@ vlc_module_begin ()
     change_integer_range(0, AOUT_VOLUME_MAX)
     add_string("auhal-audio-device", "", DEVICE_TEXT, DEVICE_LONGTEXT, true)
     add_string("auhal-warned-devices", "", NULL, NULL, true)
+    change_private()
     add_obsolete_integer("macosx-audio-device") /* since 2.1.0 */
 vlc_module_end ()
 



More information about the vlc-commits mailing list