[vlc-commits] libvlc-module: the clock-jitter variable is in milliseconds

Steve Lhomme git at videolan.org
Tue Jul 3 15:30:42 CEST 2018


vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Tue Jul  3 13:54:50 2018 +0200| [0e19bfd037e7136bf76dbf7b29ec4ba3fee0261a] | committer: Steve Lhomme

libvlc-module: the clock-jitter variable is in milliseconds

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

 src/libvlc-module.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/libvlc-module.c b/src/libvlc-module.c
index 285fa22341..2cb2e4b905 100644
--- a/src/libvlc-module.c
+++ b/src/libvlc-module.c
@@ -1911,7 +1911,7 @@ vlc_module_begin ()
     add_integer( "clock-synchro", -1, CLOCK_SYNCHRO_TEXT,
                  CLOCK_SYNCHRO_LONGTEXT, true )
         change_integer_list( pi_clock_values, ppsz_clock_descriptions )
-    add_integer( "clock-jitter", 5 * CLOCK_FREQ/1000, CLOCK_JITTER_TEXT,
+    add_integer( "clock-jitter", 5000, CLOCK_JITTER_TEXT,
               CLOCK_JITTER_LONGTEXT, true )
         change_safe()
 



More information about the vlc-commits mailing list