diff options
author | Guenter Bartsch <guenter@users.sourceforge.net> | 2002-02-17 00:06:58 +0000 |
---|---|---|
committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2002-02-17 00:06:58 +0000 |
commit | 30bdd48615d44dc1cb1bce2766f6f9d5d61fda14 (patch) | |
tree | bcd8d4b17abf132eec36a85567b21732aa17530e /src/xine-engine/video_out.h | |
parent | 0af75ff223f83bac429856099c67819b2b877c70 (diff) | |
download | xine-lib-30bdd48615d44dc1cb1bce2766f6f9d5d61fda14.tar.gz xine-lib-30bdd48615d44dc1cb1bce2766f6f9d5d61fda14.tar.bz2 |
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
Diffstat (limited to 'src/xine-engine/video_out.h')
-rw-r--r-- | src/xine-engine/video_out.h | 4 |
1 files changed, 3 insertions, 1 deletions
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 */ |