[vlc-commits] marq: add file-option to options
Ilkka Ollakka
git at videolan.org
Thu Aug 15 15:54:01 CEST 2013
vlc/vlc-2.1 | branch: master | Ilkka Ollakka <ileoo at videolan.org> | Tue Aug 13 18:12:44 2013 +0300| [83e865712269221d0d077dc146d568daaf63f879] | committer: Jean-Baptiste Kempf
marq: add file-option to options
(cherry picked from commit 833ff513c35e39f29eb5c29e622c3fc74317f858)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.1.git/?a=commit;h=83e865712269221d0d077dc146d568daaf63f879
---
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