vlc/vlc-1.2 | branch: master | Rémi Denis-Courmont <[email protected]> | 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 <[email protected]>

> 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 )
 

_______________________________________________
vlc-commits mailing list
[email protected]
http://mailman.videolan.org/listinfo/vlc-commits

Reply via email to