[vlc-commits] marq: add file-option to options

Ilkka Ollakka git at videolan.org
Tue Aug 13 17:15:31 CEST 2013


vlc | branch: master | Ilkka Ollakka <ileoo at videolan.org> | Tue Aug 13 18:12:44 2013 +0300| [833ff513c35e39f29eb5c29e622c3fc74317f858] | committer: Ilkka Ollakka

marq: add file-option to options

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

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

diff --git a/modules/video_filter/marq.c b/modules/video_filter/marq.c
index ebf5b5c..f590226 100644
--- a/modules/video_filter/marq.c
+++ b/modules/video_filter/marq.c
@@ -186,7 +186,7 @@ vlc_module_end ()
 
 static const char *const ppsz_filter_options[] = {
     "marquee", "x", "y", "position", "color", "size", "timeout", "refresh",
-    "opacity",
+    "opacity","file",
     NULL
 };
 



More information about the vlc-commits mailing list