]> git.sesse.net Git - vlc/commitdiff
libvlc: --use-stream-immediate and --auto-adjust-pts-delay are advanced options.
authorPierre d'Herbemont <pdherbemont@videolan.org>
Sun, 6 Jul 2008 22:58:30 +0000 (00:58 +0200)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Sun, 6 Jul 2008 22:58:55 +0000 (00:58 +0200)
Pointed-out-by: Dionoea
src/libvlc-module.c

index c7b106b2a904e34fd0d451c4fe983de1b4e5bd13..be986dba14e37783d663660da62314dae6209d69 100644 (file)
@@ -1850,10 +1850,10 @@ vlc_module_begin();
         change_need_restart();
 
     add_bool( "use-stream-immediate", false, NULL,
-               USE_STREAM_IMMEDIATE, USE_STREAM_IMMEDIATE_LONGTEXT, false );
+               USE_STREAM_IMMEDIATE, USE_STREAM_IMMEDIATE_LONGTEXT, true );
 
     add_bool( "auto-adjust-pts-delay", false, NULL,
-              AUTO_ADJUST_PTS_DELAY, AUTO_ADJUST_PTS_DELAY_LONGTEXT, false );
+              AUTO_ADJUST_PTS_DELAY, AUTO_ADJUST_PTS_DELAY_LONGTEXT, true );
 
 #if !defined(__APPLE__) && !defined(SYS_BEOS) && defined(LIBVLC_USE_PTHREAD)
     add_bool( "rt-priority", false, NULL, RT_PRIORITY_TEXT,