diff options
author | Warren Dukes <warren.dukes@gmail.com> | 2004-03-22 18:44:15 +0000 |
---|---|---|
committer | Warren Dukes <warren.dukes@gmail.com> | 2004-03-22 18:44:15 +0000 |
commit | 395281c7a090bebaa3a27b112bd526cf8b42a788 (patch) | |
tree | 575984977abbc0496757b050eebbb0ec00d7adcc /src/decode.h | |
parent | 80e0fec6835f15e6a81ca1dd24db726c503a56be (diff) | |
download | mpd-395281c7a090bebaa3a27b112bd526cf8b42a788.tar.gz mpd-395281c7a090bebaa3a27b112bd526cf8b42a788.tar.xz mpd-395281c7a090bebaa3a27b112bd526cf8b42a788.zip |
fix error reporting for mp4 files
git-svn-id: https://svn.musicpd.org/mpd/trunk@370 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/decode.h')
-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 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; |