[vlc-commits] amem: increase allowed max sample rate to 384 kHz
Tristan Matthews
git at videolan.org
Thu May 16 14:29:50 CEST 2019
vlc | branch: master | Tristan Matthews <tmatth at videolan.org> | Thu May 16 08:09:05 2019 -0400| [6d77717850bf7f1fc3078b29c952537d352a3fb0] | committer: Tristan Matthews
amem: increase allowed max sample rate to 384 kHz
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6d77717850bf7f1fc3078b29c952537d352a3fb0
---
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)
More information about the vlc-commits
mailing list