[vlc-commits] commit: Marq: allow opacity parameter in config chain ( Rémi Denis-Courmont )

git at videolan.org git at videolan.org
Sun Jul 11 14:55:39 CEST 2010


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun Jul 11 15:55:22 2010 +0300| [fd05e9c16c4a044ed25a5555de13b411e1a9ee11] | committer: Rémi Denis-Courmont 

Marq: allow opacity parameter in config chain

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

 modules/video_filter/marq.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

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



More information about the vlc-commits mailing list