summaryrefslogtreecommitdiffstats
path: root/audio/out/ao.h
diff options
context:
space:
mode:
Diffstat (limited to 'audio/out/ao.h')
-rw-r--r--audio/out/ao.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/out/ao.h b/audio/out/ao.h
index 6ea1b22cd2..2fb8d9ba2c 100644
--- a/audio/out/ao.h
+++ b/audio/out/ao.h
@@ -102,8 +102,8 @@ struct ao {
bool probing;
bool initialized;
bool untimed;
- bool no_persistent_volume;
- bool per_application_mixer;
+ bool no_persistent_volume; // the AO does the equivalent of af_volume
+ bool per_application_mixer; // like above, but volume persists (per app)
const struct ao_driver *driver;
void *priv;
struct encode_lavc_context *encode_lavc_ctx;