summaryrefslogtreecommitdiffstats
path: root/player/core.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-01-29 22:44:20 +0100
committerwm4 <wm4@nowhere>2016-01-29 22:44:20 +0100
commitc5a48c63321de00bb8cb6b91a8d6ed22caa3b36f (patch)
treeb01e6e28b78819a782119049bcbfa717ed88aa75 /player/core.h
parent340deb4e6eb1cf09c19cef5bd19c7eab51d6862b (diff)
downloadmpv-c5a48c63321de00bb8cb6b91a8d6ed22caa3b36f.tar.bz2
mpv-c5a48c63321de00bb8cb6b91a8d6ed22caa3b36f.tar.xz
audio: move pts reset check
Reduces the dependency of the filter/output code on the decoder.
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 7d34380e87..b144ab6936 100644
--- a/player/core.h
+++ b/player/core.h
@@ -179,6 +179,7 @@ struct ao_chain {
double pts; // timestamp of first sample output by decoder
bool spdif_passthrough, spdif_failed;
+ bool pts_reset;
struct af_stream *af;
struct ao *ao;