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/flacdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/flacdec.c') diff --git a/libavformat/flacdec.c b/libavformat/flacdec.c index 067d4fafe9..d7f1e715d8 100644 --- a/libavformat/flacdec.c +++ b/libavformat/flacdec.c @@ -113,7 +113,7 @@ static int flac_read_header(AVFormatContext *s, } /* process supported blocks other than STREAMINFO */ if (metadata_type == FLAC_METADATA_TYPE_VORBIS_COMMENT) { - if (vorbis_comment(s, buffer, metadata_size)) { + if (ff_vorbis_comment(s, buffer, metadata_size)) { av_log(s, AV_LOG_WARNING, "error parsing VorbisComment metadata\n"); } } -- cgit v1.2.3