diff mpc.h @ 8693:18737839ed27 libavcodec

Add missing void keyword to parameterless function declarations.
author diego
date Fri, 30 Jan 2009 18:38:25 +0000
parents 7de1d00618e4
children e9d9d946f213
line wrap: on
line diff
--- a/mpc.h	Fri Jan 30 17:15:08 2009 +0000
+++ b/mpc.h	Fri Jan 30 18:38:25 2009 +0000
@@ -70,7 +70,7 @@
     DECLARE_ALIGNED_16(int32_t, sb_samples[MPA_MAX_CHANNELS][36][SBLIMIT]);
 } MPCContext;
 
-void ff_mpc_init();
+void ff_mpc_init(void);
 void ff_mpc_dequantize_and_synth(MPCContext *c, int maxband, void *dst);
 
 #endif /* AVCODEC_MPC_H */