[vlc-commits] RSS: add the "opacity" to the options list
Jean-Baptiste Kempf
git at videolan.org
Sun Nov 3 19:14:18 CET 2013
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Nov 3 19:13:08 2013 +0100| [76f5610b697dbc011e16a9d3fc22286c66985274] | 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=76f5610b697dbc011e16a9d3fc22286c66985274
---
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