summaryrefslogtreecommitdiff
path: root/libavcodec/fdctref.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/fdctref.c')
-rw-r--r--libavcodec/fdctref.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/fdctref.c b/libavcodec/fdctref.c
index c6a057b846..119d23f787 100644
--- a/libavcodec/fdctref.c
+++ b/libavcodec/fdctref.c
@@ -46,7 +46,7 @@ void fdct (short *block);
/* private data */
static double c[8][8]; /* transform coefficients */
-void init_fdct()
+void init_fdct(void)
{
int i, j;
double s;