summaryrefslogtreecommitdiff
path: root/libavcodec/mpc.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2009-01-30 18:38:25 +0000
committerDiego Biurrun <diego@biurrun.de>2009-01-30 18:38:25 +0000
commitdc8a7c93d3381d7336c3dd37956bdb6e88c9eaf9 (patch)
tree83ddfde3d92c1c8ae6384b31a07fc37c13779afd /libavcodec/mpc.h
parentf92a6c66ed2dfb4c421934984b1869b21cb961dc (diff)
Add missing void keyword to parameterless function declarations.
Originally committed as revision 16860 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/mpc.h')
-rw-r--r--libavcodec/mpc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/mpc.h b/libavcodec/mpc.h
index df33683687..215c96b13b 100644
--- a/libavcodec/mpc.h
+++ b/libavcodec/mpc.h
@@ -70,7 +70,7 @@ typedef struct {
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 */