Commit 432a626a authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

ball: fix filter variable names

parent e423b4ec
......@@ -149,7 +149,7 @@ vlc_module_begin ()
vlc_module_end ()
static const char *const ppsz_filter_options[] = {
"ball-color", "ball-speed", "ball-size",
"color", "speed", "size",
"gradient-threshold", "edge-visible", NULL
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment