diff options
author | phintuka <phintuka> | 2007-05-14 19:45:56 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2007-05-14 19:45:56 +0000 |
commit | 7795f2a1d4528d77b27f0a25c1f16dad458fd1df (patch) | |
tree | 8e74983b51cd0319bb216ed8e4bd202c642d0c51 | |
parent | f9d6bee6ce5bb77247c29b82e2338f91ccdd3799 (diff) | |
download | xineliboutput-7795f2a1d4528d77b27f0a25c1f16dad458fd1df.tar.gz xineliboutput-7795f2a1d4528d77b27f0a25c1f16dad458fd1df.tar.bz2 |
No changes
-rw-r--r-- | media_player.c | 3 |
1 files changed, 1 insertions, 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)) |