projects
/
paraslash.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
clean up error.h
[paraslash.git]
/
aac_afh.c
diff --git
a/aac_afh.c
b/aac_afh.c
index
26cffa3
..
0a352c8
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_AAC
DEC
_INIT;
+ ret = -E_AAC
_AFH
_INIT;
if (NeAACDecInit(handle, umap + skip, decoder_len, &rate, &channels))
goto out;
if (!channels)