From c5a48c63321de00bb8cb6b91a8d6ed22caa3b36f Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 29 Jan 2016 22:44:20 +0100 Subject: audio: move pts reset check Reduces the dependency of the filter/output code on the decoder. --- player/core.h | 1 + 1 file changed, 1 insertion(+) (limited to 'player/core.h') 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; -- cgit v1.2.3