summaryrefslogtreecommitdiffstats
path: root/audio/out/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'audio/out/internal.h')
-rw-r--r--audio/out/internal.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/out/internal.h b/audio/out/internal.h
index 18120fb1d3..cebc265f04 100644
--- a/audio/out/internal.h
+++ b/audio/out/internal.h
@@ -49,6 +49,9 @@ struct ao {
// default device should be used, this is set to NULL.
char *device;
+ // Used during init: if init fails, redirect to this ao
+ char *redirect;
+
int buffer;
double def_buffer;
void *api_priv;