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.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/audio/out/ao.h b/audio/out/ao.h
index 0e004572a6..146c35f823 100644
--- a/audio/out/ao.h
+++ b/audio/out/ao.h
@@ -89,13 +89,11 @@ struct ao {
int samplerate;
struct mp_chmap channels;
int format;
- int bps; // bytes per second
- int outburst;
- int buffersize;
- double pts;
+ int bps; // bytes per second
+ double pts; // some mplayer.c state (why is this here?)
struct bstr buffer;
int buffer_playable_size;
- bool probing;
+ bool probing; // if true, don't fail loudly on init
bool initialized;
bool untimed;
bool no_persistent_volume; // the AO does the equivalent of af_volume