fix booboo

git-svn-id: https://svn.musicpd.org/mpd/trunk@289 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
Warren Dukes 2004-03-19 04:40:50 +00:00
parent cbfcd23d83
commit e40c676dba
1 changed files with 4 additions and 1 deletions

View File

@ -235,7 +235,10 @@ int mp4_decode(Buffer * cb, AudioFormat * af, DecoderControl * dc) {
{ {
usleep(10000); usleep(10000);
} }
if(dc->stop) eof = 1; if(dc->stop) {
eof = 1;
break;
}
else if(!dc->seek) { else if(!dc->seek) {
sampleBufferLen-=size; sampleBufferLen-=size;
memcpy(cb->chunks+cb->end*CHUNK_SIZE+chunkLen, memcpy(cb->chunks+cb->end*CHUNK_SIZE+chunkLen,