summaryrefslogtreecommitdiffstats
path: root/audio/decode/dec_audio.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 /audio/decode/dec_audio.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 'audio/decode/dec_audio.h')
-rw-r--r--audio/decode/dec_audio.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/audio/decode/dec_audio.h b/audio/decode/dec_audio.h
index 27752f7be1..90451ef787 100644
--- a/audio/decode/dec_audio.h
+++ b/audio/decode/dec_audio.h
@@ -36,9 +36,6 @@ struct dec_audio {
bool try_spdif;
- // set every time a jump in timestamps is encountered
- bool pts_reset;
-
// For free use by the ad_driver
void *priv;