diff options
| author | Miika Pekkarinen <miipekk@ihme.org> | 2005-06-09 07:19:16 +0000 |
|---|---|---|
| committer | Miika Pekkarinen <miipekk@ihme.org> | 2005-06-09 07:19:16 +0000 |
| commit | b4bc106efbf0e7e51a5602fec8ac75dbab9bc969 (patch) | |
| tree | 288feec87d016f575fbb6d4aa9285b9293732272 /apps/plugins/codecmpa.c | |
| parent | b24549616ba0ee65d91350e45d3ee695d1e572bf (diff) | |
| download | rockbox-b4bc106efbf0e7e51a5602fec8ac75dbab9bc969.zip rockbox-b4bc106efbf0e7e51a5602fec8ac75dbab9bc969.tar.gz rockbox-b4bc106efbf0e7e51a5602fec8ac75dbab9bc969.tar.bz2 rockbox-b4bc106efbf0e7e51a5602fec8ac75dbab9bc969.tar.xz | |
Fixed forward next track bugs (still some pause issues though). Added
experimental cross-fader.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6632 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/codecmpa.c')
| -rw-r--r-- | apps/plugins/codecmpa.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/codecmpa.c b/apps/plugins/codecmpa.c index 1125b4b..4601412 100644 --- a/apps/plugins/codecmpa.c +++ b/apps/plugins/codecmpa.c @@ -381,6 +381,7 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parm) /* Flush the buffer if it is full. */ if(OutputPtr==OutputBufferEnd) { + rb->yield(); #ifdef DEBUG_GAPLESS rb->write(fd, OutputBuffer, OUTPUT_BUFFER_SIZE); #endif |