[vlc-commits] RSS: add the "opacity" to the options list
Jean-Baptiste Kempf
git at videolan.org
Mon Nov 4 17:05:32 CET 2013
vlc/vlc-2.1 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Nov 3 19:13:08 2013 +0100| [ef1dd4ab73129d7896cd0457723c783ab0eaaf50] | committer: Jean-Baptiste Kempf
RSS: add the "opacity" to the options list
Ref #7241
(cherry picked from commit b20aa40eb7db67496d6beba99b9542b709a5cc4b)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.1.git/?a=commit;h=ef1dd4ab73129d7896cd0457723c783ab0eaaf50
---
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