summaryrefslogtreecommitdiff
path: root/libavcodec/mlp.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/mlp.c')
-rw-r--r--libavcodec/mlp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/mlp.c b/libavcodec/mlp.c
index 6f10c3535e..c522617e0b 100644
--- a/libavcodec/mlp.c
+++ b/libavcodec/mlp.c
@@ -46,7 +46,7 @@ static AVCRC crc_63[1024];
static AVCRC crc_1D[1024];
static AVCRC crc_2D[1024];
-void av_cold ff_mlp_init_crc()
+av_cold void ff_mlp_init_crc(void)
{
if (!crc_init) {
av_crc_init(crc_63, 0, 8, 0x63, sizeof(crc_63));