X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=aac_afh.c;h=0a352c886164e858001fec0397da3aba7cab7cfb;hp=26cffa3cd3b62f4f6e2138d1eb6b9e39e3a4f2c4;hb=a7a37b282c4e936b2fb34c2bd7423f9f800dfd44;hpb=33713473b1051c2d9f487c66a92a5cbdf1277ce3 diff --git a/aac_afh.c b/aac_afh.c index 26cffa3c..0a352c88 100644 --- 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)