From 9a7636f5bc50fdff56012a38076ec51d3b671711 Mon Sep 17 00:00:00 2001 From: Warren Dukes Date: Wed, 17 Mar 2004 17:30:50 +0000 Subject: have AAC and MP4 types git-svn-id: https://svn.musicpd.org/mpd/trunk@267 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/decode.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/decode.h') diff --git a/src/decode.h b/src/decode.h index 6dd25fdb8..bb32de588 100644 --- a/src/decode.h +++ b/src/decode.h @@ -27,6 +27,7 @@ #define DECODE_TYPE_FLAC 2 #define DECODE_TYPE_AUDIOFILE 3 #define DECODE_TYPE_AAC 4 +#define DECODE_TYPE_MP4 5 #define DECODE_STATE_STOP 0 #define DECODE_STATE_DECODE 1 -- cgit v1.2.3