i don't think we need to swap byte order for flac either
git-svn-id: https://svn.musicpd.org/mpd/trunk@328 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
parent
00e6078323
commit
115b0d06cd
|
@ -188,9 +188,6 @@ int flacSendChunk(FlacData * data) {
|
|||
if(data->dc->stop) return -1;
|
||||
if(data->dc->seek) return 0;
|
||||
|
||||
#ifdef WORDS_BIGENDIAN
|
||||
pcm_changeBufferEndianness(data->chunk,CHUNK_SIZE,data->af->bits);
|
||||
#endif
|
||||
memcpy(data->cb->chunks+data->cb->end*CHUNK_SIZE,data->chunk,
|
||||
CHUNK_SIZE);
|
||||
data->cb->chunkSize[data->cb->end] = data->chunk_length;
|
||||
|
|
Loading…
Reference in New Issue