[vlc-commits] Audiobar: fix copyright years and shortname

Jean-Baptiste Kempf git at videolan.org
Sat Oct 22 03:32:11 CEST 2011


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Oct 22 01:48:28 2011 +0200| [bc1445691f2737bc1541dd591f5b4e4dd8784013] | committer: Jean-Baptiste Kempf

Audiobar: fix copyright years and shortname

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=bc1445691f2737bc1541dd591f5b4e4dd8784013
---

 modules/audio_filter/audiobargraph_a.c |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/modules/audio_filter/audiobargraph_a.c b/modules/audio_filter/audiobargraph_a.c
index 82084fb..7236eb3 100644
--- a/modules/audio_filter/audiobargraph_a.c
+++ b/modules/audio_filter/audiobargraph_a.c
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * audiobargraph_a.c : audiobargraph audio plugin for vlc
  *****************************************************************************
- * Copyright (C) 2002-2006 the VideoLAN team
+ * Copyright (C) 2002-2009 the VideoLAN team
  * $Id$
  *
  * Authors: Clement CHESNIN <clement.chesnin at gmail.com>
@@ -37,8 +37,6 @@
 #include <vlc_network.h>
 #include <math.h>
 
-
-
 #define ADDRESS_TEXT N_("TCP address to use (default localhost)")
 #define ADDRESS_LONGTEXT N_("TCP address to use to communicate with the video "\
                 "part of the Bar Graph (default localhost)." \
@@ -82,7 +80,7 @@ static block_t *DoWork( filter_t *, block_t * );
 
 vlc_module_begin ()
     set_description( N_("Audio part of the BarGraph function") )
-    set_shortname( N_("audiobargraph_a") )
+    set_shortname( N_("Audiobar Graph") )
     set_capability( "audio filter", 0 )
     set_category( CAT_AUDIO )
     set_subcategory( SUBCAT_AUDIO_AFILTER )



More information about the vlc-commits mailing list