summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2011-04-17 20:47:17 +0200
committerGravatar waker <wakeroid@gmail.com>2011-04-17 20:47:17 +0200
commite3ed8ad79f2e4873d448128ea22125958ed9782f (patch)
treecc22ca3aa273093435ddfb78342dc49789b9e9a8
parent5bfb6a6e01f64cf93b32e6e3de24e5979b7cce02 (diff)
removed debug printfs from mp3 plugin
-rw-r--r--plugins/mpgmad/mpgmad.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/mpgmad/mpgmad.c b/plugins/mpgmad/mpgmad.c
index 65625d68..e3f82efd 100644
--- a/plugins/mpgmad/mpgmad.c
+++ b/plugins/mpgmad/mpgmad.c
@@ -1083,12 +1083,10 @@ cmp3_decode_int16 (mpgmad_info_t *info) {
return 0;
}
else if (readsize == info->buffer.readsize) {
- printf ("cmp3_decode_requested_int16 failed\n");
return 0;
}
}
}
- printf ("cmp3_decode_requested_int16 got %d bytes\n", info->buffer.readsize);
return 0;
}