From d52c6614c5d4711a6574981cd04c3e103551b608 Mon Sep 17 00:00:00 2001 From: Dan Everton Date: Wed, 17 Jun 2009 08:47:51 +0000 Subject: Commit FS#10335 from Jeffrey Goode. Ensure that the PCM buffer is flushed at the end of the last track in a playlist. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21316 a1c6a512-1295-4272-9138-f99709370657 --- apps/pcmbuf.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'apps/pcmbuf.c') diff --git a/apps/pcmbuf.c b/apps/pcmbuf.c index 47cb832be4..b8d8a0c8d0 100644 --- a/apps/pcmbuf.c +++ b/apps/pcmbuf.c @@ -1154,3 +1154,9 @@ bool pcmbuf_is_crossfade_enabled(void) return crossfade_enabled; } + +void pcmbuf_play_remainder(void) +{ + if (audiobuffer_fillpos) + pcmbuf_flush_fillpos(); +} -- cgit v1.2.3