projects
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
68e547a
)
aacdec: fix aac_static_table_init() prototype
author
Anton Khirnov
<anton@khirnov.net>
Sun, 6 Dec 2015 10:02:17 +0000
(11:02 +0100)
committer
Anton Khirnov
<anton@khirnov.net>
Mon, 7 Dec 2015 10:42:26 +0000
(11:42 +0100)
libavcodec/aacdec.c
patch
|
blob
|
blame
|
history
diff --git
a/libavcodec/aacdec.c
b/libavcodec/aacdec.c
index
e2e02b4
..
966a2ee
100644
(file)
--- a/
libavcodec/aacdec.c
+++ b/
libavcodec/aacdec.c
@@
-1005,7
+1005,7
@@
static void reset_predictor_group(PredictorState *ps, int group_num)
sizeof(ff_aac_spectral_codes[num][0]), \
size);
-static av_cold void aac_static_table_init()
+static av_cold void aac_static_table_init(
void
)
{
AAC_INIT_VLC_STATIC( 0, 304);
AAC_INIT_VLC_STATIC( 1, 270);