summaryrefslogtreecommitdiffstats
path: root/audio/audio.h
diff options
context:
space:
mode:
Diffstat (limited to 'audio/audio.h')
-rw-r--r--audio/audio.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/audio.h b/audio/audio.h
index bf5358274a..c74d0f778c 100644
--- a/audio/audio.h
+++ b/audio/audio.h
@@ -37,6 +37,8 @@ struct mp_audio {
int num_planes; // number of planes
int bps; // size of sub-samples (af_fmt_to_bytes(format))
+ double pts; // currently invalid within the filter chain
+
// --- private
// These do not necessarily map directly to planes[]. They can have
// different order or count. There shouldn't be more buffers than planes.