From 395281c7a090bebaa3a27b112bd526cf8b42a788 Mon Sep 17 00:00:00 2001 From: Warren Dukes Date: Mon, 22 Mar 2004 18:44:15 +0000 Subject: fix error reporting for mp4 files git-svn-id: https://svn.musicpd.org/mpd/trunk@370 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 faf18f344..4bcc5abfa 100644 --- a/src/decode.h +++ b/src/decode.h @@ -38,6 +38,7 @@ #define DECODE_ERROR_NOERROR 0 #define DECODE_ERROR_UNKTYPE 1 +#define DECODE_ERROR_FILE 2 typedef struct _DecoderControl { mpd_sint8 state; -- cgit v1.2.3