Commit 40913091 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

DTV: fix default value for --dvb-bandwidth

parent e4616d86
......@@ -222,7 +222,7 @@ vlc_module_begin ()
change_safe ()
set_section (N_("Terrestrial reception parameters"), NULL)
add_integer ("dvb-bandwidth", -1, BANDWIDTH_TEXT, BANDWIDTH_TEXT, true)
add_integer ("dvb-bandwidth", 0, BANDWIDTH_TEXT, BANDWIDTH_TEXT, true)
change_integer_list (bandwidth_vlc, bandwidth_user)
change_safe ()
add_string ("dvb-code-rate-hp", "",
......
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