From 96056accd3b60b48527d521b85a3d50d78d3d42f Mon Sep 17 00:00:00 2001 From: Heiko Schaefer Date: Tue, 13 Nov 2001 21:47:57 +0000 Subject: metronom logic changed CVS patchset: 1030 CVS date: 2001/11/13 21:47:57 --- src/xine-engine/video_out.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (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 26ed87b8a..a57e2bba1 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.27 2001/11/10 13:48:03 guenter Exp $ + * $Id: video_out.h,v 1.28 2001/11/13 21:47:59 heikos Exp $ * * * xine version of video_out.h @@ -62,6 +62,7 @@ struct vo_frame_s { uint32_t PTS; uint32_t SCR; int bad_frame; /* e.g. frame skipped or based on skipped frame */ + int drawn; uint8_t *base[3]; -- cgit v1.2.3