diff options
author | phintuka <phintuka> | 2009-05-09 16:05:06 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2009-05-09 16:05:06 +0000 |
commit | 4d1fa0cb7b8291ce2d98b0e894ed29c384935812 (patch) | |
tree | fb7837014d21d55e3e9c95ce333348e75e33258e | |
parent | f7709ede3d4306b4717b37ad31677094929cec7d (diff) | |
download | xineliboutput-4d1fa0cb7b8291ce2d98b0e894ed29c384935812.tar.gz xineliboutput-4d1fa0cb7b8291ce2d98b0e894ed29c384935812.tar.bz2 |
Removed log message
-rw-r--r-- | xine/vo_hook.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xine/vo_hook.c b/xine/vo_hook.c index f5bcfba6..89190b9c 100644 --- a/xine/vo_hook.c +++ b/xine/vo_hook.c @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: vo_hook.c,v 1.4 2009-01-17 00:48:30 rofafor Exp $ + * $Id: vo_hook.c,v 1.5 2009-05-09 16:05:06 phintuka Exp $ * */ @@ -150,7 +150,7 @@ int wire_video_driver(xine_video_port_t *video_port, vo_driver_t *hook) return 0; } - LOGMSG("wire_video_driver: vo_driver == vos_driver"); + /*LOGMSG("wire_video_driver: vo_driver == vos_driver");*/ /* wire */ |