summaryrefslogtreecommitdiffstats
path: root/libao2
diff options
context:
space:
mode:
Diffstat (limited to 'libao2')
-rw-r--r--libao2/ao_plugin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libao2/ao_plugin.c b/libao2/ao_plugin.c
index a5907438cd..261db1aa18 100644
--- a/libao2/ao_plugin.c
+++ b/libao2/ao_plugin.c
@@ -36,7 +36,7 @@ typedef struct ao_plugin_local_data_s
static ao_plugin_local_data_t ao_plugin_local_data={NULL,0,0.0,NULL,NULL,AO_PLUGINS};
// global data
-ao_plugin_data_t ao_plugin_data; // Data used by the plugins
+volatile ao_plugin_data_t ao_plugin_data; // Data used by the plugins
ao_plugin_cfg_t ao_plugin_cfg=CFG_DEFAULTS; // Set in cfg-mplayer.h
// to set/get/query special features/parameters