From 1a40491ef212869077278b46f74ee92a66809d20 Mon Sep 17 00:00:00 2001 From: Daniel Verkamp Date: Mon, 22 Jun 2009 23:09:34 +0000 Subject: Add ff_ prefixes to exported symbols in libavformat/riff.h. patch by Daniel Verkamp, aniel drv nu Originally committed as revision 19254 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/swfenc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/swfenc.c') diff --git a/libavformat/swfenc.c b/libavformat/swfenc.c index 8545ea768a..60b7171cc9 100644 --- a/libavformat/swfenc.c +++ b/libavformat/swfenc.c @@ -351,7 +351,7 @@ static int swf_write_video(AVFormatContext *s, put_le16(pb, enc->width); put_le16(pb, enc->height); put_byte(pb, 0); - put_byte(pb,codec_get_tag(swf_codec_tags,enc->codec_id)); + put_byte(pb,ff_codec_get_tag(swf_codec_tags,enc->codec_id)); put_swf_end_tag(s); /* place the video object for the first time */ -- cgit v1.2.3