diff options
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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]; |