vlc | branch: master | Rémi Denis-Courmont <[email protected]> | 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 }; _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
