summaryrefslogtreecommitdiff
path: root/libavcodec/mpc.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2008-12-03 15:23:30 +0000
committerDiego Biurrun <diego@biurrun.de>2008-12-03 15:23:30 +0000
commit9686df2be543b740ec71e6ef633f312b8592813f (patch)
tree19f9d20b719c124cba7a6f878d0f84e1c0c82ed3 /libavcodec/mpc.h
parent26ae363e06722389964dae79e1f19a0a7f66b6d0 (diff)
Delete unnecessary 'extern' keywords.
Originally committed as revision 15990 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/mpc.h')
-rw-r--r--libavcodec/mpc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/mpc.h b/libavcodec/mpc.h
index 304013554a..038c34f20a 100644
--- a/libavcodec/mpc.h
+++ b/libavcodec/mpc.h
@@ -74,7 +74,7 @@ typedef struct {
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 */