diff libmpdemux/stheader.h @ 21077:7f3cccd16b26

Reorganize code to move more things out of main().
author uau
date Mon, 20 Nov 2006 09:12:07 +0000
parents 0587328d9392
children b6aa3eedf49b
line wrap: on
line diff
--- a/libmpdemux/stheader.h	Mon Nov 20 01:31:15 2006 +0000
+++ b/libmpdemux/stheader.h	Mon Nov 20 09:12:07 2006 +0000
@@ -66,6 +66,8 @@
   // 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)