From c3775e542f8fda9eeda31cce1d588d70c2fcd56b Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Sat, 13 Mar 2004 23:04:37 +0000 Subject: fix global name conflicts patch by ("Ronald S. Bultje" ) Originally committed as revision 2884 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/avformat.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libavformat/avformat.h') diff --git a/libavformat/avformat.h b/libavformat/avformat.h index 5da4d9c..7b64e0b 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -425,7 +425,7 @@ int au_init(void); int amr_init(void); /* wav.c */ -int wav_init(void); +int ff_wav_init(void); /* raw.c */ int pcm_read_seek(AVFormatContext *s, @@ -442,7 +442,7 @@ int yuv4mpeg_init(void); int ogg_init(void); /* dv.c */ -int dv_init(void); +int ff_dv_init(void); /* ffm.c */ int ffm_init(void); -- cgit v1.1