[vlc-commits] Image: fix vim typo

Jean-Baptiste Kempf git at videolan.org
Thu Oct 25 15:05:27 CEST 2012


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Oct 25 15:05:16 2012 +0200| [a0c2b0aeca98eaa9b7b4a8ddf095527770fb3ac4] | committer: Jean-Baptiste Kempf

Image: fix vim typo

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a0c2b0aeca98eaa9b7b4a8ddf095527770fb3ac4
---

 modules/demux/image.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/demux/image.c b/modules/demux/image.c
index ab425e3..3462b45 100644
--- a/modules/demux/image.c
+++ b/modules/demux/image.c
@@ -85,7 +85,7 @@ vlc_module_begin()
         change_safe()
     add_string("image-chroma", "", CHROMA_TEXT, CHROMA_LONGTEXT, true)
         change_safe()
-    add_float("image-Ruration", 10, DURATION_TEXT, DURATION_LONGTEXT, false)
+    add_float("image-duration", 10, DURATION_TEXT, DURATION_LONGTEXT, false)
         change_safe()
     add_string("image-fps", "10/1", FPS_TEXT, FPS_LONGTEXT, true)
         change_safe()



More information about the vlc-commits mailing list