summaryrefslogtreecommitdiffstats
path: root/libmpdemux/stheader.h
diff options
context:
space:
mode:
Diffstat (limited to 'libmpdemux/stheader.h')
-rw-r--r--libmpdemux/stheader.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libmpdemux/stheader.h b/libmpdemux/stheader.h
index e4c1bac0c1..4559a15413 100644
--- a/libmpdemux/stheader.h
+++ b/libmpdemux/stheader.h
@@ -66,6 +66,8 @@ typedef struct {
// timing (mostly for mpeg):
double pts; // predicted/interpolated PTS of the current frame
double i_pts; // PTS for the _next_ I/P frame
+ float next_frame_time;
+ double last_pts;
double buffered_pts[20];
int num_buffered_pts;
// output format: (set by demuxer)