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

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


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

Set image-duration as a non-advanced option

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

 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