summaryrefslogtreecommitdiffstats
path: root/libavcodec/aacdec_template.c
diff options
context:
space:
mode:
authorHendrik Leppkes <h.leppkes@gmail.com>2015-10-21 12:50:44 +0200
committerHendrik Leppkes <h.leppkes@gmail.com>2015-10-21 14:28:08 +0200
commit4da52e3630343e8d3a79aef2cafcb6bf0b71e8da (patch)
treeadb8fe610d5bf3f6aa2da8c59a8032376a5eb9d3 /libavcodec/aacdec_template.c
parent0f87cbdd51f44189948ec602ec60115ea9b85bff (diff)
downloadffmpeg-streaming-4da52e3630343e8d3a79aef2cafcb6bf0b71e8da.zip
ffmpeg-streaming-4da52e3630343e8d3a79aef2cafcb6bf0b71e8da.tar.gz
aacdec: fix strict prototype warning
Function protoypes without arguments require a void argument in C, instead of an empty list.
Diffstat (limited to 'libavcodec/aacdec_template.c')
-rw-r--r--libavcodec/aacdec_template.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/aacdec_template.c b/libavcodec/aacdec_template.c
index aabd3f0..c279510 100644
--- a/libavcodec/aacdec_template.c
+++ b/libavcodec/aacdec_template.c
@@ -1065,7 +1065,7 @@ static void reset_predictor_group(PredictorState *ps, int group_num)
static void aacdec_init(AACContext *ac);
-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);
OpenPOWER on IntegriCloud