summaryrefslogtreecommitdiff
path: root/libavcodec/rv40.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/rv40.c')
-rw-r--r--libavcodec/rv40.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/rv40.c b/libavcodec/rv40.c
index 083de1b14e..6b9183af3e 100644
--- a/libavcodec/rv40.c
+++ b/libavcodec/rv40.c
@@ -40,7 +40,7 @@ static VLC ptype_vlc[NUM_PTYPE_VLCS], btype_vlc[NUM_BTYPE_VLCS];
/**
* Initialize all tables.
*/
-static av_cold void rv40_init_tables()
+static av_cold void rv40_init_tables(void)
{
int i;