Commit 073970ec authored by J. Alexander Treuman's avatar J. Alexander Treuman

Removing my stupid debug messages for testing xing

git-svn-id: https://svn.musicpd.org/mpd/trunk@4457 09075e82-0dd4-0310-85a5-a0d7c8717e4f
parent e65fb6e1
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment