diff options
author | J. Alexander Treuman <jat@spatialrift.net> | 2006-07-25 22:22:48 +0000 |
---|---|---|
committer | J. Alexander Treuman <jat@spatialrift.net> | 2006-07-25 22:22:48 +0000 |
commit | a686436c771c21d44b7ae80e9e4d0bb6a6d413d9 (patch) | |
tree | 03884c09bb0aa4158a858b5e3f6495d340a80789 /src/inputPlugins/mp3_plugin.c | |
parent | 356f16a8770ab87a4c32526d6468cf08f7cc7e20 (diff) | |
download | mpd-a686436c771c21d44b7ae80e9e4d0bb6a6d413d9.tar.gz mpd-a686436c771c21d44b7ae80e9e4d0bb6a6d413d9.tar.xz mpd-a686436c771c21d44b7ae80e9e4d0bb6a6d413d9.zip |
jat's tip of the day: remember to remove your silly debug messages before committing
git-svn-id: https://svn.musicpd.org/mpd/trunk@4459 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/inputPlugins/mp3_plugin.c')
-rw-r--r-- | src/inputPlugins/mp3_plugin.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/inputPlugins/mp3_plugin.c b/src/inputPlugins/mp3_plugin.c index bbcaa1baa..90c3f6172 100644 --- a/src/inputPlugins/mp3_plugin.c +++ b/src/inputPlugins/mp3_plugin.c @@ -381,7 +381,6 @@ static int decodeNextFrameHeader(mp3DecodeData * data, MpdTag ** tag, if ((data->frame.header.layer != MAD_LAYER_III) && (data->frame.header.layer != MAD_LAYER_II) && (data->frame.header.layer != MAD_LAYER_I)) { - DEBUG("HERE 1\n"); return DECODE_SKIP; } |