]> git.sesse.net Git - vlc/commitdiff
Note to self: test compilation before applying patches.
authorAntoine Cellerier <dionoea@videolan.org>
Mon, 30 Jun 2008 11:55:59 +0000 (13:55 +0200)
committerAntoine Cellerier <dionoea@videolan.org>
Mon, 30 Jun 2008 11:55:59 +0000 (13:55 +0200)
modules/mux/asf.c

index 3f41328f696f6557edde6cffe21b57a5310f7521..91969817ca525b68edb711f65f498df0c26e5188 100644 (file)
@@ -87,9 +87,9 @@ vlc_module_begin();
     add_string( SOUT_CFG_PREFIX "rating",  "", NULL, RATING_TEXT,
                                  RATING_LONGTEXT, true );
     add_integer( SOUT_CFG_PREFIX "packet-size", 4096, NULL, PACKETSIZE_TEXT,
-                                 PACKETSIZE_LONGTEXT, VLC_TRUE );
+                                 PACKETSIZE_LONGTEXT, true );
     add_integer( SOUT_CFG_PREFIX "bitrate-override", 0, NULL, BITRATE_TEXT,
-                                 BITRATE_LONGTEXT, VLC_TRUE );
+                                 BITRATE_LONGTEXT, true );
 
 vlc_module_end();