]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - error.h
aac: Fix compilation without libmp4v2.
[paraslash.git] / error.h
diff --git a/error.h b/error.h
index 90a2fc9e32f2776ae281694a92a87fb0a5a55cdc..122617a9f4209b38d1448dd73e51841aedeb72ac 100644 (file)
--- a/error.h
+++ b/error.h
@@ -417,7 +417,8 @@ extern const char **para_errlist[];
        PARA_ERROR(STSZ, "did not find stcz atom"), \
        PARA_ERROR(MP4ASC, "audio spec config error"), \
        PARA_ERROR(AAC_AFH_INIT, "failed to init aac decoder"), \
-
+       PARA_ERROR(MP4V2, "mp4v2 library error"), \
+       PARA_ERROR(NO_AUDIO_TRACK, "file contains no valid audio track"), \
 
 #define AAC_COMMON_ERRORS \
        PARA_ERROR(ESDS, "did not find esds atom"), \
@@ -504,7 +505,6 @@ extern const char **para_errlist[];
        PARA_ERROR(AACDEC_INIT, "failed to init aac decoder"), \
        PARA_ERROR(AAC_DECODE, "aac decode error"), \
 
-
 #define CHUNK_QUEUE_ERRORS \
        PARA_ERROR(QUEUE, "packet queue overrun"), \