]> git.sesse.net Git - vlc/blobdiff - src/libvlc-module.c
input: Add --auto-adjust-pts-delay, this allows to stream/receive with an extremely...
[vlc] / src / libvlc-module.c
index 2373f6980a23b2c1d9a2058d7ee8906f996344f6..f302c3f5cd093937c243b7b65853af339bb240d4 100644 (file)
@@ -1822,6 +1822,8 @@ vlc_module_begin();
 
     add_bool( "use-stream-immediate", false, NULL,
                USE_STREAM_IMMEDIATE, USE_STREAM_IMMEDIATE_LONGTEXT, false );
+    add_bool( "auto-adjust-pts-delay", false, NULL,
+              "auto-adjust-pts-delay", "auto-adjust-pts-delay", false );
 
 #if !defined(__APPLE__) && !defined(SYS_BEOS) && defined(LIBVLC_USE_PTHREAD)
     add_bool( "rt-priority", false, NULL, RT_PRIORITY_TEXT,