summaryrefslogtreecommitdiff
path: root/apps/playback.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/playback.c')
-rw-r--r--apps/playback.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/playback.c b/apps/playback.c
index 51a46bdf7e..a245091d91 100644
--- a/apps/playback.c
+++ b/apps/playback.c
@@ -854,7 +854,7 @@ static int shrink_callback(int handle, unsigned hints, void* start, size_t old_s
854 * we're called another time. However this has another problem: id3->offset 854 * we're called another time. However this has another problem: id3->offset
855 * gets zero since playback is stopped. Therefore, try to peek at the 855 * gets zero since playback is stopped. Therefore, try to peek at the
856 * queue_post from the last call to get the correct offset. This also 856 * queue_post from the last call to get the correct offset. This also
857 * lets us conviniently remove the queue event so Q_AUDIO_START is only 857 * lets us conviniently remove the queue event so Q_AUDIO_PLAY is only
858 * processed once. */ 858 * processed once. */
859 bool play_queued = queue_peek_ex(&audio_queue, &ev, QPEEK_REMOVE_EVENTS, filter_list); 859 bool play_queued = queue_peek_ex(&audio_queue, &ev, QPEEK_REMOVE_EVENTS, filter_list);
860 860