[vlc-commits] amem: increase allowed max sample rate to 384 kHz

Tristan Matthews git at videolan.org
Sun Jan 5 06:01:08 CET 2020


vlc/vlc-3.0 | branch: master | Tristan Matthews <tmatth at videolan.org> | Thu May 16 08:09:05 2019 -0400| [a3a8d5c071e452f421687ec5fb99dd4ad4ca451d] | committer: Tristan Matthews

amem: increase allowed max sample rate to 384 kHz

(cherry picked from commit 6d77717850bf7f1fc3078b29c952537d352a3fb0)
Signed-off-by: Tristan Matthews <tmatth at videolan.org>

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

 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 b2d3d37f7e..8732d2c16c 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