summaryrefslogtreecommitdiff
path: root/apps/plugins/codecmpa.c
diff options
context:
space:
mode:
authorMiika Pekkarinen <miipekk@ihme.org>2005-06-09 07:19:16 +0000
committerMiika Pekkarinen <miipekk@ihme.org>2005-06-09 07:19:16 +0000
commitb4bc106efbf0e7e51a5602fec8ac75dbab9bc969 (patch)
tree288feec87d016f575fbb6d4aa9285b9293732272 /apps/plugins/codecmpa.c
parentb24549616ba0ee65d91350e45d3ee695d1e572bf (diff)
downloadrockbox-b4bc106efbf0e7e51a5602fec8ac75dbab9bc969.tar.gz
rockbox-b4bc106efbf0e7e51a5602fec8ac75dbab9bc969.zip
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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/codecmpa.c b/apps/plugins/codecmpa.c
index 1125b4bf18..46014127b8 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)
381 /* Flush the buffer if it is full. */ 381 /* Flush the buffer if it is full. */
382 if(OutputPtr==OutputBufferEnd) 382 if(OutputPtr==OutputBufferEnd)
383 { 383 {
384 rb->yield();
384#ifdef DEBUG_GAPLESS 385#ifdef DEBUG_GAPLESS
385 rb->write(fd, OutputBuffer, OUTPUT_BUFFER_SIZE); 386 rb->write(fd, OutputBuffer, OUTPUT_BUFFER_SIZE);
386#endif 387#endif