From 4f0b8ee4cbf756e650af38472cd0f45b50978d2b Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Wed, 27 Mar 2002 15:31:36 +0000 Subject: disable debug message CVS patchset: 1641 CVS date: 2002/03/27 15:31:36 --- src/video_out/video_out_xv.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/video_out/video_out_xv.c b/src/video_out/video_out_xv.c index 5c662e437..3cfd625ec 100644 --- a/src/video_out/video_out_xv.c +++ b/src/video_out/video_out_xv.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_xv.c,v 1.108 2002/03/21 18:33:28 guenter Exp $ + * $Id: video_out_xv.c,v 1.109 2002/03/27 15:31:36 miguelfreitas Exp $ * * video_out_xv.c, X11 video extension interface for xine * @@ -801,9 +801,9 @@ static void xv_display_frame (vo_driver_t *this_gen, vo_frame_t *frame_gen) { frame->vo_frame.displayed (&frame->vo_frame); this->expecting_event--; - +#ifdef LOG printf ("video_out_xv: xv_display_frame... not displayed, waiting for completion event\n"); - +#endif } else { /* @@ -1015,7 +1015,7 @@ static int xv_gui_data_exchange (vo_driver_t *this_gen, case GUI_DATA_EX_EXPOSE_EVENT: { - XExposeEvent * xev = (XExposeEvent *) data; + /* XExposeEvent * xev = (XExposeEvent *) data; */ /* FIXME : take care of completion events */ -- cgit v1.2.3