Commit 486d4acf authored by Warren Dukes's avatar Warren Dukes

put CHUNK_SIZE back

git-svn-id: https://svn.musicpd.org/mpd/trunk@1577 09075e82-0dd4-0310-85a5-a0d7c8717e4f
parent a0c09ba8
...@@ -660,7 +660,7 @@ int mp3_decode(OutputBuffer * cb, DecoderControl * dc, InputStream * inStream) { ...@@ -660,7 +660,7 @@ int mp3_decode(OutputBuffer * cb, DecoderControl * dc, InputStream * inStream) {
dc->totalTime = data.totalTime; dc->totalTime = data.totalTime;
if(inStream->metaTitle) { /*if(inStream->metaTitle) {
if(tag) freeMpdTag(tag); if(tag) freeMpdTag(tag);
tag = newMpdTag(); tag = newMpdTag();
tag->title = strdup(inStream->metaTitle); tag->title = strdup(inStream->metaTitle);
...@@ -687,7 +687,7 @@ int mp3_decode(OutputBuffer * cb, DecoderControl * dc, InputStream * inStream) { ...@@ -687,7 +687,7 @@ int mp3_decode(OutputBuffer * cb, DecoderControl * dc, InputStream * inStream) {
} }
copyMpdTagToOutputBuffer(cb, tag); copyMpdTagToOutputBuffer(cb, tag);
freeMpdTag(tag); freeMpdTag(tag);
} }*/
dc->state = DECODE_STATE_DECODE; dc->state = DECODE_STATE_DECODE;
......
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