]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - error.h
kill file parameter from get_file_info of struct audio format handler
[paraslash.git] / error.h
diff --git a/error.h b/error.h
index 45485e1df68e65a67a7d3d622ccb124ea311b706..d8c92293e0d3c11b4d03b0e5596fdb95fc064941 100644 (file)
--- a/error.h
+++ b/error.h
@@ -274,11 +274,8 @@ extern const char **para_errlist[];
 
 
 #define AAC_AFH_ERRORS \
-       PARA_ERROR(AAC_REPOS, "aac repositioning error"), \
-       PARA_ERROR(AAC_READ, "aac read error"), \
        PARA_ERROR(STSZ, "did not find stcz atom"), \
        PARA_ERROR(MP4ASC, "audio spec config error"), \
-       PARA_ERROR(AAC_OVERRUN, "aac output buffer overrun"), \
 
 
 #define AAC_COMMON_ERRORS \
@@ -447,6 +444,7 @@ extern const char **para_errlist[];
 #define AACDEC_ERRORS \
        PARA_ERROR(AACDEC_INIT, "failed to init aac decoder"), \
        PARA_ERROR(AAC_DECODE, "aac decode error"), \
+       PARA_ERROR(AAC_OVERRUN, "aac output buffer overrun"), \
 
 
 /**