]> git.sesse.net Git - vlc/blobdiff - modules/video_filter/marq.c
Marq: allow opacity parameter in config chain
[vlc] / modules / video_filter / marq.c
index e13beb0cc31e44d0f32c01551ba7f8945ac295cb..b7cc9e930d0c6431b7750b37ef079bc059d9f891 100644 (file)
@@ -188,6 +188,7 @@ vlc_module_end ()
 
 static const char *const ppsz_filter_options[] = {
     "marquee", "x", "y", "position", "color", "size", "timeout", "refresh",
+    "opacity",
     NULL
 };