summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/config.h b/config.h
index 9ce59fdd..2083576a 100644
--- a/config.h
+++ b/config.h
@@ -4,7 +4,7 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: config.h,v 1.70 2010-05-26 11:53:13 phintuka Exp $
+ * $Id: config.h,v 1.71 2010-05-27 12:04:50 phintuka Exp $
*
*/
@@ -119,7 +119,8 @@
#define AUDIO_VIS_NONE 0
#define AUDIO_VIS_GOOM 1
-#define AUDIO_VIS_count 5
+#define AUDIO_VIS_IMAGE 5
+#define AUDIO_VIS_count 6
/* speaker arrangements: xine, audio_out_alsa.c */
#define SPEAKERS_MONO 0
@@ -337,6 +338,7 @@ class config_t {
// Audio visualization
char audio_visualization[64];
char audio_vis_goom_opts[256];
+ char audio_vis_image_opts[4096];
// deinterlacing post plugin
char deinterlace_method[32];