From e4d2d8c5d720d84997a24178acd9553f23077c03 Mon Sep 17 00:00:00 2001 From: David Conrad Date: Fri, 12 Mar 2010 05:16:39 +0000 Subject: Add ff_ prefix to vorbis_comment Originally committed as revision 22472 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/oggdec.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/oggdec.h') diff --git a/libavformat/oggdec.h b/libavformat/oggdec.h index 8733d411b2..739e4ca346 100644 --- a/libavformat/oggdec.h +++ b/libavformat/oggdec.h @@ -115,7 +115,7 @@ extern const struct ogg_codec ff_vorbis_codec; extern const AVMetadataConv ff_vorbiscomment_metadata_conv[]; -int vorbis_comment(AVFormatContext *ms, uint8_t *buf, int size); +int ff_vorbis_comment(AVFormatContext *ms, uint8_t *buf, int size); static inline int ogg_find_stream (struct ogg * ogg, int serial) -- cgit v1.2.3