diff options
author | Guenter Bartsch <guenter@users.sourceforge.net> | 2002-02-18 15:55:44 +0000 |
---|---|---|
committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2002-02-18 15:55:44 +0000 |
commit | e9728f74c747aa5c3f491cfce675cb5747413b6d (patch) | |
tree | 4f0271685b59a634b0954f0c70efe1f74efbe9fc /src/video_out/video_out_xshm.c | |
parent | 6b8d8fbccaf932cc8d02d6fd56000839894ab41a (diff) | |
download | xine-lib-e9728f74c747aa5c3f491cfce675cb5747413b6d.tar.gz xine-lib-e9728f74c747aa5c3f491cfce675cb5747413b6d.tar.bz2 |
cleanup/added debug messages, small metronom fix
CVS patchset: 1508
CVS date: 2002/02/18 15:55:44
Diffstat (limited to 'src/video_out/video_out_xshm.c')
-rw-r--r-- | src/video_out/video_out_xshm.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/video_out/video_out_xshm.c b/src/video_out/video_out_xshm.c index 7a3469ff8..0a015d3ee 100644 --- a/src/video_out/video_out_xshm.c +++ b/src/video_out/video_out_xshm.c @@ -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_xshm.c,v 1.59 2002/02/17 15:53:28 guenter Exp $ + * $Id: video_out_xshm.c,v 1.60 2002/02/18 15:55:44 guenter Exp $ * * video_out_xshm.c, X11 shared memory extension interface for xine * @@ -672,6 +672,8 @@ static void xshm_update_frame_format (vo_driver_t *this_gen, frame->stripe_height = 16 * frame->output_height / frame->height; + /* printf ("video_out_xshm: stripe height is %d\n", frame->stripe_height); */ + /* * set up colorspace converter */ |