Mercurial > libavcodec.hg
diff mpc.h @ 8250:cf4d575b1982 libavcodec
Delete unnecessary 'extern' keywords.
| author | diego |
|---|---|
| date | Wed, 03 Dec 2008 15:23:30 +0000 |
| parents | c4a4495715dd |
| children | 7a463923ecd1 |
line wrap: on
line diff
--- a/mpc.h Wed Dec 03 03:34:31 2008 +0000 +++ b/mpc.h Wed Dec 03 15:23:30 2008 +0000 @@ -74,7 +74,7 @@ DECLARE_ALIGNED_16(int32_t, sb_samples[MPA_MAX_CHANNELS][36][SBLIMIT]); } MPCContext; -extern void ff_mpc_init(); -extern void ff_mpc_dequantize_and_synth(MPCContext *c, int maxband, void *dst); +void ff_mpc_init(); +void ff_mpc_dequantize_and_synth(MPCContext *c, int maxband, void *dst); #endif /* AVCODEC_MPC_H */
