From dcca586a9bcf58c8059803416e2fdd969ab0e5a6 Mon Sep 17 00:00:00 2001 From: Brandon Low Date: Fri, 2 Nov 2007 14:06:48 +0000 Subject: Improve upon my hackity hack from before by separating audio into two types: that which may be large and can be streamed and that which is small and cannot be streamed. While modifying types, allow codecs to split across the buffer wrap and dig out/move around the code that reads a codec off of the buffer to facilitate that simple sounding change. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15408 a1c6a512-1295-4272-9138-f99709370657 --- apps/buffering.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/buffering.h') diff --git a/apps/buffering.h b/apps/buffering.h index f7e298f..46f2fad 100644 --- a/apps/buffering.h +++ b/apps/buffering.h @@ -26,8 +26,8 @@ enum data_type { TYPE_CODEC, - TYPE_AUDIO, - TYPE_STREAM, + TYPE_PACKET_AUDIO, + TYPE_ATOMIC_AUDIO, TYPE_ID3, TYPE_CUESHEET, TYPE_IMAGE, -- cgit v1.1