]> git.sesse.net Git - vlc/blobdiff - modules/video_filter/marq.c
Yet more free troubles.
[vlc] / modules / video_filter / marq.c
index 3365530a77a3809676ebe319bd5e2300947b4055..b7cc9e930d0c6431b7750b37ef079bc059d9f891 100644 (file)
@@ -36,7 +36,6 @@
 
 #include <vlc_filter.h>
 #include <vlc_block.h>
-#include <vlc_osd.h>
 
 #include <vlc_strings.h>
 
@@ -189,6 +188,7 @@ vlc_module_end ()
 
 static const char *const ppsz_filter_options[] = {
     "marquee", "x", "y", "position", "color", "size", "timeout", "refresh",
+    "opacity",
     NULL
 };