summaryrefslogtreecommitdiffstats
path: root/libmpdemux
diff options
context:
space:
mode:
authoruau <uau@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-20 09:12:07 +0000
committeruau <uau@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-20 09:12:07 +0000
commit1390d0cf9325099a386a87205318b090758ba428 (patch)
treeb7fb8e11125809195924d25c4cc4215fd819a434 /libmpdemux
parent78c81d5323fd3ac7320e32663f9adfac6ea6cbbd (diff)
downloadmpv-1390d0cf9325099a386a87205318b090758ba428.tar.bz2
mpv-1390d0cf9325099a386a87205318b090758ba428.tar.xz
Reorganize code to move more things out of main().
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21093 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpdemux')
-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)