From 5c281d37ea0630f177a5d7088408741cc8e7be66 Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Sun, 10 Mar 2002 21:16:14 +0000 Subject: - mpeg2 frame duration fixes - metronom fixes, drift calculation CVS patchset: 1548 CVS date: 2002/03/10 21:16:14 --- src/xine-engine/video_out.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/xine-engine/video_out.h') 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 */ -- cgit v1.2.3