Commit ec9d366f authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Set image-duration as a non-advanced option

parent 7fbe8829
......@@ -85,7 +85,7 @@ vlc_module_begin()
change_safe()
add_string("image-chroma", "", CHROMA_TEXT, CHROMA_LONGTEXT, true)
change_safe()
add_float("image-duration", 10, DURATION_TEXT, DURATION_LONGTEXT, true)
add_float("image-Ruration", 10, DURATION_TEXT, DURATION_LONGTEXT, false)
change_safe()
add_string("image-fps", "10/1", FPS_TEXT, FPS_LONGTEXT, true)
change_safe()
......
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