From 7795f2a1d4528d77b27f0a25c1f16dad458fd1df Mon Sep 17 00:00:00 2001 From: phintuka Date: Mon, 14 May 2007 19:45:56 +0000 Subject: No changes --- media_player.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/media_player.c b/media_player.c index 30decb59..67698c41 100644 --- a/media_player.c +++ b/media_player.c @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: media_player.c,v 1.27 2007-05-14 18:28:50 phintuka Exp $ + * $Id: media_player.c,v 1.28 2007-05-14 19:45:56 phintuka Exp $ * */ @@ -152,7 +152,6 @@ cXinelibPlayer::~cXinelibPlayer() void cXinelibPlayer::SetAudioTrack(eTrackType Type, const tTrackId *TrackId) { - /*LOGMSG("cXinelibPlayer::SetAudioTrack(%d)",(int)Type);*/ if(IS_DOLBY_TRACK(Type)) Control("AUDIOSTREAM AC3 %d", (int)(Type - ttDolbyFirst)); if(IS_AUDIO_TRACK(Type)) -- cgit v1.2.3