[vlc-commits] RSS: add the "opacity" to the options list

Jean-Baptiste Kempf git at videolan.org
Sun Nov 3 19:18:59 CET 2013


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Nov  3 19:13:08 2013 +0100| [b20aa40eb7db67496d6beba99b9542b709a5cc4b] | committer: Jean-Baptiste Kempf

RSS: add the "opacity" to the options list

Ref #7241

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

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

diff --git a/modules/video_filter/rss.c b/modules/video_filter/rss.c
index 87dc34d..63ea3b2 100644
--- a/modules/video_filter/rss.c
+++ b/modules/video_filter/rss.c
@@ -228,7 +228,7 @@ vlc_module_begin ()
 vlc_module_end ()
 
 static const char *const ppsz_filter_options[] = {
-    "urls", "x", "y", "position", "color", "size", "speed", "length",
+    "urls", "x", "y", "position", "opacity", "color", "size", "speed", "length",
     "ttl", "images", "title", NULL
 };
 



More information about the vlc-commits mailing list