diff swfenc.c @ 5058:33a244b7ca65 libavformat

Add ff_ prefixes to exported symbols in libavformat/riff.h. patch by Daniel Verkamp, aniel drv nu
author diego
date Mon, 22 Jun 2009 23:09:34 +0000
parents 41d709e71f5f
children 536e5527c1e0
line wrap: on
line diff
--- a/swfenc.c	Mon Jun 22 16:52:02 2009 +0000
+++ b/swfenc.c	Mon Jun 22 23:09:34 2009 +0000
@@ -351,7 +351,7 @@
             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 */