summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichael Roitzsch <mroi@users.sourceforge.net>2003-01-13 13:43:46 +0000
committerMichael Roitzsch <mroi@users.sourceforge.net>2003-01-13 13:43:46 +0000
commitc3c29f8e3237f72169625f27243ab142b47b96c5 (patch)
tree8e90540726f015abb30231d59616b3c1a1ba31c8 /src
parentd6ca6d9d6694c6df2249ecdb4d202ce39edaa3ac (diff)
downloadxine-lib-c3c29f8e3237f72169625f27243ab142b47b96c5.tar.gz
xine-lib-c3c29f8e3237f72169625f27243ab142b47b96c5.tar.bz2
debug message
CVS patchset: 3892 CVS date: 2003/01/13 13:43:46
Diffstat (limited to 'src')
-rw-r--r--src/xine-engine/video_out.c7
1 files 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;