From b4bc106efbf0e7e51a5602fec8ac75dbab9bc969 Mon Sep 17 00:00:00 2001 From: Miika Pekkarinen Date: Thu, 9 Jun 2005 07:19:16 +0000 Subject: 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 --- apps/plugins/codecmpa.c | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/plugins') 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) /* Flush the buffer if it is full. */ if(OutputPtr==OutputBufferEnd) { + rb->yield(); #ifdef DEBUG_GAPLESS rb->write(fd, OutputBuffer, OUTPUT_BUFFER_SIZE); #endif -- cgit v1.2.3