From 30bdd48615d44dc1cb1bce2766f6f9d5d61fda14 Mon Sep 17 00:00:00 2001 From: Guenter Bartsch Date: Sun, 17 Feb 2002 00:06:58 +0000 Subject: each frame has an id for debugging purposes now; xshm driver can at least display the logo without crashing now :-) CVS patchset: 1501 CVS date: 2002/02/17 00:06:58 --- src/xine-engine/video_out.h | 4 +++- 1 file changed, 3 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 0539b9bc3..f9ebd68f2 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.42 2002/02/16 23:37:55 guenter Exp $ + * $Id: video_out.h,v 1.43 2002/02/17 00:06:58 guenter Exp $ * * * xine version of video_out.h @@ -102,6 +102,8 @@ struct vo_frame_s { vo_instance_t *instance; vo_driver_t *driver; + int id; /* debugging - track this frame */ + /* * member functions */ -- cgit v1.2.3