From b29f73c819ff8445b71963d883364e315b7a12d8 Mon Sep 17 00:00:00 2001 From: Warren Dukes Date: Sun, 6 Jun 2004 19:41:03 +0000 Subject: mechanism for updating metadata while decoding vorbis comments are updated on the fly for streams need to decode icy metadata buffering of metadata needs to be hardened, to ensure that player has already read a particular metachunk or passed over it git-svn-id: https://svn.musicpd.org/mpd/trunk@1358 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/decode.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/decode.h') diff --git a/src/decode.h b/src/decode.h index 4c2043b53..874e82303 100644 --- a/src/decode.h +++ b/src/decode.h @@ -46,8 +46,6 @@ #define DECODE_SUFFIX_MP4 5 #define DECODE_SUFFIX_WAVE 6 -#define DECODE_METADATA_LENGTH 8192 - typedef struct _DecoderControl { volatile mpd_sint8 state; volatile mpd_sint8 stop; -- cgit v1.2.3