Skip to content
Snippets Groups Projects
Commit b66d898a authored by Lyndon Brown's avatar Lyndon Brown
Browse files

adaptive: add range to --adaptive-bw

(to set lower bound).

current logic is expecting a positive value (uses unsigned var).
parent 00bc22e4
No related branches found
No related tags found
No related merge requests found
Pipeline #179824 passed with stage
in 12 minutes and 54 seconds
......@@ -138,6 +138,7 @@ vlc_module_begin ()
ADAPT_HEIGHT_TEXT, nullptr )
change_integer_range( 0, INT_MAX )
add_integer( "adaptive-bw", 250, ADAPT_BW_TEXT, ADAPT_BW_LONGTEXT )
change_integer_range( 0, INT_MAX )
add_bool ( "adaptive-use-access", false, ADAPT_ACCESS_TEXT, ADAPT_ACCESS_LONGTEXT );
add_integer( "adaptive-livedelay",
MS_FROM_VLC_TICK(AbstractBufferingLogic::DEFAULT_LIVE_BUFFERING),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment