[vlc-commits] Set image-Ruration as a non-advanced option

Jean-Baptiste Kempf git at videolan.org
Thu Jun 7 00:10:20 CEST 2012


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Jun  7 00:10:18 2012 +0200| [24c34f3ce0ce0da2cd2cd4783e0513165c079ee0] | committer: Jean-Baptiste Kempf

Set image-Ruration as a non-advanced option

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

 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 021f122..ab425e3 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-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()



More information about the vlc-commits mailing list