vlc | branch: master | Thomas Guillem <tho...@gllm.fr> | Thu Apr  1 15:53:08 
2021 +0200| [3d17fdbc1311ffbd9c215339659cecf9bd2d579a] | committer: Thomas 
Guillem

core: use "auto" as the default clock-master source

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

 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 f0dfd1d5e2..87ecae6317 100644
--- a/src/libvlc-module.c
+++ b/src/libvlc-module.c
@@ -1978,7 +1978,7 @@ vlc_module_begin ()
     add_integer( "clock-jitter", 5000, CLOCK_JITTER_TEXT,
               CLOCK_JITTER_LONGTEXT, true )
         change_safe()
-    add_string( "clock-master", "audio",
+    add_string( "clock-master", "auto",
                  CLOCK_MASTER_TEXT, NULL, true )
         change_string_list( ppsz_clock_master_values, 
ppsz_clock_master_descriptions )
 

_______________________________________________
vlc-commits mailing list
vlc-commits@videolan.org
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to