diff options
Diffstat (limited to '')
-rw-r--r-- | src/decode.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/decode.h b/src/decode.h index a73fe21a2..6dd25fdb8 100644 --- a/src/decode.h +++ b/src/decode.h @@ -26,6 +26,7 @@ #define DECODE_TYPE_OGG 1 #define DECODE_TYPE_FLAC 2 #define DECODE_TYPE_AUDIOFILE 3 +#define DECODE_TYPE_AAC 4 #define DECODE_STATE_STOP 0 #define DECODE_STATE_DECODE 1 |