summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Roitzsch <mroi@users.sourceforge.net>2002-11-25 12:36:05 +0000
committerMichael Roitzsch <mroi@users.sourceforge.net>2002-11-25 12:36:05 +0000
commit4e41e9299c406627d6b56990dc25b1f6ad1aae5d (patch)
tree3e7b3a75112fa4bedfbc50a1051a7615df620879
parentc47c4db7ec74101b94859bce87c86b104bc20bf5 (diff)
downloadxine-lib-4e41e9299c406627d6b56990dc25b1f6ad1aae5d.tar.gz
xine-lib-4e41e9299c406627d6b56990dc25b1f6ad1aae5d.tar.bz2
less noise
CVS patchset: 3365 CVS date: 2002/11/25 12:36:05
-rw-r--r--src/xine-engine/xine.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/xine-engine/xine.c b/src/xine-engine/xine.c
index b71acb94e..b753ce535 100644
--- a/src/xine-engine/xine.c
+++ b/src/xine-engine/xine.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: xine.c,v 1.195 2002/11/22 16:23:59 mroi Exp $
+ * $Id: xine.c,v 1.196 2002/11/25 12:36:05 mroi Exp $
*
* top-level xine functions
*
@@ -924,7 +924,9 @@ void xine_select_spu_channel (xine_stream_t *stream, int channel) {
stream->spu_channel = stream->spu_channel_user;
stream->video_out->enable_ovl (stream->video_out, 1);
}
+#ifdef LOG
printf("xine-lib:xine_select_spu_channel:set to %d\n",stream->spu_channel);
+#endif
pthread_mutex_unlock (&stream->frontend_lock);
}