vlc | branch: master | Rémi Denis-Courmont <[email protected]> | Sun Jan 22 18:57:35 2012 +0100| [ff572f6e19eef3d0573d1b197dd671d59f91f9bb] | committer: Rémi Denis-Courmont
ball: use sane default value for color > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ff572f6e19eef3d0573d1b197dd671d59f91f9bb --- 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 6679fe7..6a96bad 100644 --- a/modules/video_filter/ball.c +++ b/modules/video_filter/ball.c @@ -128,7 +128,7 @@ vlc_module_begin () set_category( CAT_VIDEO ) set_subcategory( SUBCAT_VIDEO_VFILTER ) - add_string( FILTER_PREFIX "color", "ball-color", + add_string( FILTER_PREFIX "color", "red", BALL_COLOR_TEXT, BALL_COLOR_LONGTEXT, false ) change_string_list( mode_list, mode_list_text, 0 ) _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
