[vlc-commits] ball: fix filter variable names
Rémi Denis-Courmont
git at videolan.org
Sun Jan 22 19:00:44 CET 2012
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun Jan 22 18:56:59 2012 +0100| [432a626a513e768023cfd5bf9fff735b146611fc] | committer: Rémi Denis-Courmont
ball: fix filter variable names
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=432a626a513e768023cfd5bf9fff735b146611fc
---
modules/video_filter/ball.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/video_filter/ball.c b/modules/video_filter/ball.c
index cd34166..6679fe7 100644
--- a/modules/video_filter/ball.c
+++ b/modules/video_filter/ball.c
@@ -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
};
More information about the vlc-commits
mailing list