]> git.sesse.net Git - vlc/commitdiff
Audiobar: fix copyright years and shortname
authorJean-Baptiste Kempf <jb@videolan.org>
Fri, 21 Oct 2011 23:48:28 +0000 (01:48 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Sat, 22 Oct 2011 01:31:36 +0000 (03:31 +0200)
modules/audio_filter/audiobargraph_a.c

index 82084fb604a330119aba2d596ca4cf22d31097ac..7236eb3af48f5d9a6c5eef2e712504d40b944323 100644 (file)
@@ -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@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 )