[vlc-devel] [PATCH 2/2] amem: increase allowed max sample rate to 384 kHz

Thomas Guillem thomas at gllm.fr
Thu May 16 14:21:45 CEST 2019


OK with the set.

On Thu, May 16, 2019, at 14:12, Tristan Matthews wrote:
> ---
>  modules/audio_output/amem.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/modules/audio_output/amem.c b/modules/audio_output/amem.c
> index f859a4b10a..9d21412f07 100644
> --- a/modules/audio_output/amem.c
> +++ b/modules/audio_output/amem.c
> @@ -43,7 +43,7 @@ vlc_module_begin ()
>          change_private()
>      add_integer ("amem-rate", 44100,
>                   N_("Sample rate"), N_("Sample rate"), false)
> -        change_integer_range (1, 352800)
> +        change_integer_range (1, 384000)
>          change_private()
>      add_integer ("amem-channels", 2,
>                   N_("Channels count"), N_("Channels count"), false)
> -- 
> 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