summaryrefslogtreecommitdiff
path: root/src/xine-engine/xine.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/xine-engine/xine.c')
-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 69ee62a2c..26352da6d 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.21 2001/06/03 18:08:56 guenter Exp $
+ * $Id: xine.c,v 1.22 2001/06/04 17:13:36 guenter Exp $
*
* top-level xine functions
*
@@ -466,6 +466,8 @@ void xine_select_audio_channel (xine_t *this, int channel) {
this->audio_channel = channel;
+ /* this->metronom->reset(this->metronom); */
+
pthread_mutex_unlock (&this->xine_lock);
}