[vlc-devel] [PATCH 2/2] amem: increase allowed max sample rate to 384 kHz
Tristan Matthews
tmatth at videolan.org
Thu May 16 14:11:55 CEST 2019
---
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
More information about the vlc-devel
mailing list