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/oggparsespeex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/oggparsespeex.c') diff --git a/libavformat/oggparsespeex.c b/libavformat/oggparsespeex.c index 395ae59377..05a998b228 100644 --- a/libavformat/oggparsespeex.c +++ b/libavformat/oggparsespeex.c @@ -75,7 +75,7 @@ static int speex_header(AVFormatContext *s, int idx) { st->time_base.num = 1; st->time_base.den = st->codec->sample_rate; } else - vorbis_comment(s, p, os->psize); + ff_vorbis_comment(s, p, os->psize); spxp->seq++; return 1; -- cgit v1.2.3