]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - aac_afh.c
clean up error.h
[paraslash.git] / aac_afh.c
index 26cffa3cd3b62f4f6e2138d1eb6b9e39e3a4f2c4..0a352c886164e858001fec0397da3aba7cab7cfb 100644 (file)
--- a/aac_afh.c
+++ b/aac_afh.c
@@ -117,7 +117,7 @@ static int aac_get_file_info(char *map, size_t numbytes,
        if (ret < 0)
                goto out;
        handle = aac_open();
-       ret = -E_AACDEC_INIT;
+       ret = -E_AAC_AFH_INIT;
        if (NeAACDecInit(handle, umap + skip, decoder_len, &rate, &channels))
                goto out;
        if (!channels)