diff options
author | Max Kellermann <max@duempel.org> | 2012-09-25 11:39:01 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2012-09-25 11:39:01 +0200 |
commit | e2a574e2a00803f45ed6f60154f01dd2ccc8444a (patch) | |
tree | 7bb07fc285c00d01bd0d7fb1314c49ad39cb9232 /src/decoder_thread.c | |
parent | 1536b5a9d602688354648106ca8d0e34cac3c933 (diff) | |
parent | ba6ef53ef95dfd48ce0e5dd161b3199b431044ed (diff) | |
download | mpd-e2a574e2a00803f45ed6f60154f01dd2ccc8444a.tar.gz mpd-e2a574e2a00803f45ed6f60154f01dd2ccc8444a.tar.xz mpd-e2a574e2a00803f45ed6f60154f01dd2ccc8444a.zip |
Merge branch 'v0.17.x'
Conflicts:
src/locate.c
Diffstat (limited to '')
-rw-r--r-- | src/decoder_thread.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/decoder_thread.c b/src/decoder_thread.c index 46349f53b..b13f2a46a 100644 --- a/src/decoder_thread.c +++ b/src/decoder_thread.c @@ -487,7 +487,6 @@ decoder_task(gpointer arg) switch (dc->command) { case DECODE_COMMAND_START: - g_debug("clearing mixramp tags"); dc_mixramp_start(dc, NULL); dc_mixramp_prev_end(dc, dc->mixramp_end); dc->mixramp_end = NULL; /* Don't free, it's copied above. */ |