[vlc-commits] ball: use sane default value for color
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:57:35 2012 +0100| [e8f90743ea49b641a6413be99e2bd8dd215ee9b6] | committer: Jean-Baptiste Kempf
ball: use sane default value for color
(cherry picked from commit ff572f6e19eef3d0573d1b197dd671d59f91f9bb)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.2.git/?a=commit;h=e8f90743ea49b641a6413be99e2bd8dd215ee9b6
---
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 )
More information about the vlc-commits
mailing list