]> git.sesse.net Git - vlc/commitdiff
Whoops. Disable by default for now.
authorRémi Denis-Courmont <rem@videolan.org>
Tue, 14 Mar 2006 21:46:18 +0000 (21:46 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Tue, 14 Mar 2006 21:46:18 +0000 (21:46 +0000)
Maybe the option name could be made better.

modules/stream_out/rtp.c

index db289b11eab4f85a1a253a10abebaea4254fb317..b7c85c4602917eaa52744e815e41758dc798acb3 100644 (file)
@@ -127,7 +127,7 @@ vlc_module_begin();
                  TTL_LONGTEXT, VLC_TRUE );
 
     add_bool( SOUT_CFG_PREFIX "rfc3016", 0, NULL, RFC3016_TEXT,
-                 RFC3016_LONGTEXT, VLC_TRUE );
+                 RFC3016_LONGTEXT, VLC_FALSE );
 
     set_callbacks( Open, Close );
 vlc_module_end();