Commit e08c1c20 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont Committed by Jean-Baptiste Kempf

ball: fix filter variable names

(cherry picked from commit 432a626a513e768023cfd5bf9fff735b146611fc)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 6e8970fb
......@@ -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