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

Image: fix vim typo

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