[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:56 CEST 2010


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

Marq: allow opacity parameter in config chain

(cherry picked from commit fd05e9c16c4a044ed25a5555de13b411e1a9ee11)

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

 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 f90dafa..196c34a 100644
--- a/modules/video_filter/marq.c
+++ b/modules/video_filter/marq.c
@@ -189,6 +189,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