Commit 87430e95 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Goom: specify the speed integer range

parent 0793427a
......@@ -64,7 +64,7 @@ vlc_module_begin ()
WIDTH_TEXT, RES_LONGTEXT, false )
add_integer( "goom-height", 640,
HEIGHT_TEXT, RES_LONGTEXT, false )
add_integer( "goom-speed", 6,
add_integer_with_range( "goom-speed", 6, 1, 10,
SPEED_TEXT, SPEED_LONGTEXT, false )
set_callbacks( Open, Close )
add_shortcut( "goom" )
......
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