[vlc-devel] [PATCH] audio_output/auhal: mark warned-devices as private
Thomas Guillem
thomas at gllm.fr
Mon Jul 29 10:31:27 CEST 2019
LGTM
On Sun, Jul 28, 2019, at 11:16, Marvin Scholz wrote:
> This option is not useful for the user and has no description
> ---
> 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 ()
>
> --
> 2.19.1
>
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel
More information about the vlc-devel
mailing list