From dc8a7c93d3381d7336c3dd37956bdb6e88c9eaf9 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Fri, 30 Jan 2009 18:38:25 +0000 Subject: Add missing void keyword to parameterless function declarations. Originally committed as revision 16860 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/mpc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/mpc.c') diff --git a/libavcodec/mpc.c b/libavcodec/mpc.c index 596a5e9f34..764afd65d3 100644 --- a/libavcodec/mpc.c +++ b/libavcodec/mpc.c @@ -36,7 +36,7 @@ static DECLARE_ALIGNED_16(MPA_INT, mpa_window[512]); -void ff_mpc_init() +void ff_mpc_init(void) { ff_mpa_synth_init(mpa_window); } -- cgit v1.2.3