summaryrefslogtreecommitdiffstats
path: root/player/core.h
diff options
context:
space:
mode:
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;