summaryrefslogtreecommitdiffstats
path: root/player/core.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-08-09 16:26:44 +0200
committerwm4 <wm4@nowhere>2016-08-09 17:09:29 +0200
commit062349ff5b9b062aff581e96f3770e6cbd419491 (patch)
treee9578ded2892d8f9327673f91534e70e96219095 /player/core.h
parenteab92cec60d92e0de2ea53d4d01052f4d7acc5d5 (diff)
downloadmpv-062349ff5b9b062aff581e96f3770e6cbd419491.tar.bz2
mpv-062349ff5b9b062aff581e96f3770e6cbd419491.tar.xz
player: add --audio-wait-open options
Complements the option added in the previous commit.
Diffstat (limited to 'player/core.h')
-rw-r--r--player/core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/player/core.h b/player/core.h
index 70570fccb3..8f90a1903f 100644
--- a/player/core.h
+++ b/player/core.h
@@ -185,6 +185,7 @@ struct ao_chain {
struct af_stream *af;
struct ao *ao;
struct mp_audio_buffer *ao_buffer;
+ double ao_resume_time;
// 1-element input frame queue.
struct mp_audio *input_frame;