mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-13 10:30:05 +01:00
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
This commit is contained in:
committed by
Diego Biurrun
parent
2795e3573d
commit
1a40491ef2
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user