]> git.sesse.net Git - vlc/blobdiff - modules/visualization/visual/visual.h
Don't include config.h from the headers - refs #297.
[vlc] / modules / visualization / visual / visual.h
index 710a57a574f93057477d17e78f1768539f132b85..dbd4a9de83d293bcc721671ff9e0736139d4bfae 100644 (file)
@@ -1,10 +1,10 @@
 /*****************************************************************************
  * visual.h : Header for the visualisation system
  *****************************************************************************
- * Copyright (C) 2002 VideoLAN
+ * Copyright (C) 2002 the VideoLAN team
  * $Id$
  *
- * Authors: Clément Stenac <zorglub@via.ecp.fr>
+ * Authors: Clément Stenac <zorglub@via.ecp.fr>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -18,7 +18,7 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
 typedef struct visual_effect_t
@@ -61,11 +61,9 @@ int random_Run
         (visual_effect_t * , aout_instance_t *, aout_buffer_t *, picture_t *);
 int spectrum_Run
         (visual_effect_t * , aout_instance_t *, aout_buffer_t *, picture_t *);
-#if 0
-int blur_Run
+int spectrometer_Run
         (visual_effect_t * , aout_instance_t *, aout_buffer_t *, picture_t *);
-#endif
 
 /* Default vout size */
-#define VOUT_WIDTH 320
-#define VOUT_HEIGHT 120
+#define VOUT_WIDTH 533
+#define VOUT_HEIGHT 400