]> git.sesse.net Git - vlc/commitdiff
marq: add file-option to options
authorIlkka Ollakka <ileoo@videolan.org>
Tue, 13 Aug 2013 15:12:44 +0000 (18:12 +0300)
committerIlkka Ollakka <ileoo@videolan.org>
Tue, 13 Aug 2013 15:13:22 +0000 (18:13 +0300)
modules/video_filter/marq.c

index ebf5b5c3c908bfaec69a3219bf8fa0b133843d52..f5902266d01ffed0bfc4363fcd7f42b83b4c85ab 100644 (file)
@@ -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
 };