summaryrefslogtreecommitdiff
path: root/libavformat/wav.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/wav.c')
-rw-r--r--libavformat/wav.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/wav.c b/libavformat/wav.c
index 1beb7359da..ea0a781b29 100644
--- a/libavformat/wav.c
+++ b/libavformat/wav.c
@@ -376,7 +376,7 @@ static AVOutputFormat wav_oformat = {
};
#endif //CONFIG_ENCODERS
-int wav_init(void)
+int ff_wav_init(void)
{
av_register_input_format(&wav_iformat);
#ifdef CONFIG_ENCODERS