From 1f3360f0216dbf54bcd50547a759fa6e514c6e76 Mon Sep 17 00:00:00 2001 From: Brandon Low Date: Fri, 13 Oct 2006 20:48:23 +0000 Subject: Just take out some out-of-date TODOs from playback.c and put a big FIXME in pcmbuf.c git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11217 a1c6a512-1295-4272-9138-f99709370657 --- apps/playback.c | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'apps/playback.c') diff --git a/apps/playback.c b/apps/playback.c index 8ac669c172..8c480c46c7 100644 --- a/apps/playback.c +++ b/apps/playback.c @@ -17,19 +17,14 @@ * ****************************************************************************/ -/* TODO: Check for a possibly broken codepath on a rapid skip, stop event */ -/* TODO: same in reverse ^^ */ -/* TODO: Also play, stop ^^ */ /* TODO: Can use the track changed callback to detect end of track and seek * in the previous track until this happens */ -/* TODO: Pause should be handled in here, rather than PCMBUF so that voice can - * play whilst audio is paused */ /* Design: we have prev_ti already, have a conditional for what type of seek * to do on a seek request, if it is a previous track seek, skip previous, * and in the request_next_track callback set the offset up the same way that * starting from an offset works. */ -/* This is also necesary to prevent the problem with buffer overwriting on - * automatic track changes */ +/* TODO: Pause should be handled in here, rather than PCMBUF so that voice can + * play whilst audio is paused */ #include #include -- cgit v1.2.3