[vlc-commits] ball: fix filter variable names
Rémi Denis-Courmont
git at videolan.org
Mon Jan 23 11:01:27 CET 2012
vlc/vlc-1.2 | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun Jan 22 18:56:59 2012 +0100| [e08c1c2060ecb728e2e522f98805465156f1a881] | committer: Jean-Baptiste Kempf
ball: fix filter variable names
(cherry picked from commit 432a626a513e768023cfd5bf9fff735b146611fc)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.2.git/?a=commit;h=e08c1c2060ecb728e2e522f98805465156f1a881
---
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