Commit fbaa0ee2 authored by Georgi Chorbadzhiyski's avatar Georgi Chorbadzhiyski Committed by Antoine Cellerier

Small cleanup in asf muxer. Use SOUT_CFG_PREFIX in options setup.

Small cleanup in asf muxer. Use SOUT_CFG_PREFIX in options setup.
Signed-off-by: default avatarAntoine Cellerier <dionoea@videolan.org>
parent a76c0461
......@@ -83,7 +83,8 @@ vlc_module_begin();
COMMENT_LONGTEXT, true );
add_string( SOUT_CFG_PREFIX "rating", "", NULL, RATING_TEXT,
RATING_LONGTEXT, true );
add_integer( "sout-asf-packet-size", 4096, NULL, PACKETSIZE_TEXT, PACKETSIZE_LONGTEXT, true );
add_integer( SOUT_CFG_PREFIX "packet-size", 4096, NULL, PACKETSIZE_TEXT,
PACKETSIZE_LONGTEXT, VLC_TRUE );
vlc_module_end();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment