put CHUNK_SIZE back
git-svn-id: https://svn.musicpd.org/mpd/trunk@1577 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
parent
a0c09ba889
commit
486d4acfb2
@ -660,7 +660,7 @@ int mp3_decode(OutputBuffer * cb, DecoderControl * dc, InputStream * inStream) {
|
||||
|
||||
dc->totalTime = data.totalTime;
|
||||
|
||||
if(inStream->metaTitle) {
|
||||
/*if(inStream->metaTitle) {
|
||||
if(tag) freeMpdTag(tag);
|
||||
tag = newMpdTag();
|
||||
tag->title = strdup(inStream->metaTitle);
|
||||
@ -687,7 +687,7 @@ int mp3_decode(OutputBuffer * cb, DecoderControl * dc, InputStream * inStream) {
|
||||
}
|
||||
copyMpdTagToOutputBuffer(cb, tag);
|
||||
freeMpdTag(tag);
|
||||
}
|
||||
}*/
|
||||
|
||||
dc->state = DECODE_STATE_DECODE;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user