diff options
author | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2002-03-10 21:16:14 +0000 |
---|---|---|
committer | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2002-03-10 21:16:14 +0000 |
commit | 5c281d37ea0630f177a5d7088408741cc8e7be66 (patch) | |
tree | f4c55b58cc2be81c168d1d47955546cf274c9d93 /src/xine-engine/video_out.h | |
parent | a77fa76ce51ca69bffabe463bc865516e47325f0 (diff) | |
download | xine-lib-5c281d37ea0630f177a5d7088408741cc8e7be66.tar.gz xine-lib-5c281d37ea0630f177a5d7088408741cc8e7be66.tar.bz2 |
- mpeg2 frame duration fixes
- metronom fixes, drift calculation
CVS patchset: 1548
CVS date: 2002/03/10 21:16:14
Diffstat (limited to 'src/xine-engine/video_out.h')
-rw-r--r-- | src/xine-engine/video_out.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/xine-engine/video_out.h b/src/xine-engine/video_out.h index 6a4d8037e..96b7927c5 100644 --- a/src/xine-engine/video_out.h +++ b/src/xine-engine/video_out.h @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: video_out.h,v 1.47 2002/03/05 22:31:06 jcdutton Exp $ + * $Id: video_out.h,v 1.48 2002/03/10 21:16:14 miguelfreitas Exp $ * * * xine version of video_out.h @@ -75,7 +75,6 @@ struct vo_frame_s { int64_t pts; /* presentation time stamp (1/90000 sec) */ int64_t vpts; /* virtual pts, generated by metronom */ - int64_t pts_corrector; /* used for pepeat first field tricks */ int64_t scr; /* system clock reference (discont. detection) */ int bad_frame; /* e.g. frame skipped or based on skipped frame */ int duration; /* frame length in time, in 1/90000 sec */ |