diff options
author | J. Alexander Treuman <jat@spatialrift.net> | 2006-07-25 20:09:24 +0000 |
---|---|---|
committer | J. Alexander Treuman <jat@spatialrift.net> | 2006-07-25 20:09:24 +0000 |
commit | 073970ec4a5f1d309127f4213ac9f965f9d44043 (patch) | |
tree | 89cf65aada5953edb3b1f17c8ac2a74efbe432de /src | |
parent | e65fb6e14f07e07efff25bf38dfe7d922299169d (diff) | |
download | mpd-073970ec4a5f1d309127f4213ac9f965f9d44043.tar.gz mpd-073970ec4a5f1d309127f4213ac9f965f9d44043.tar.xz mpd-073970ec4a5f1d309127f4213ac9f965f9d44043.zip |
Removing my stupid debug messages for testing xing
git-svn-id: https://svn.musicpd.org/mpd/trunk@4457 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src')
-rw-r--r-- | src/inputPlugins/mp3_plugin.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/inputPlugins/mp3_plugin.c b/src/inputPlugins/mp3_plugin.c index 9bb5841d1..8d0df599e 100644 --- a/src/inputPlugins/mp3_plugin.c +++ b/src/inputPlugins/mp3_plugin.c @@ -557,9 +557,7 @@ static int decodeFirstFrame(mp3DecodeData * data, DecoderControl * dc, found_xing = parse_xing(&xing, &ptr, &bitlen); if (found_xing) { - DEBUG("yay xing works!\n"); if (xing.flags & XING_FRAMES) { - DEBUG("yay we got frames from xing!\n"); mad_timer_t duration = data->frame.header.duration; mad_timer_multiply(&duration, xing.frames); data->muteFrame = MUTEFRAME_SKIP; |