From c3c29f8e3237f72169625f27243ab142b47b96c5 Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Mon, 13 Jan 2003 13:43:46 +0000 Subject: debug message CVS patchset: 3892 CVS date: 2003/01/13 13:43:46 --- src/xine-engine/video_out.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/xine-engine/video_out.c b/src/xine-engine/video_out.c index ffbcc8afa..1339c31d8 100644 --- a/src/xine-engine/video_out.c +++ b/src/xine-engine/video_out.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.c,v 1.135 2003/01/11 19:06:53 guenter Exp $ + * $Id: video_out.c,v 1.136 2003/01/13 13:43:46 mroi Exp $ * * frame allocation / queuing / scheduling / output functions */ @@ -1017,8 +1017,9 @@ static void vo_open (xine_video_port_t *this_gen, xine_stream_t *stream) { vos_t *this = (vos_t *) this_gen; - printf ("video_out: vo_open \n\n\n"); - +#ifdef LOG + printf("video_out: vo_open\n"); +#endif this->video_opened = 1; this->flush_frames = 0; this->last_delivery_pts = 0; -- cgit v1.2.3