Skip to content
Snippets Groups Projects
Commit 7b0fb8b7 authored by Baptiste Coudurier's avatar Baptiste Coudurier
Browse files

fix warning, write_ftyp return int now

Originally committed as revision 13769 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 83579084
No related branches found
No related tags found
No related merge requests found
......@@ -1374,7 +1374,7 @@ static int mov_write_mdat_tag(ByteIOContext *pb, MOVContext *mov)
}
/* TODO: This needs to be more general */
static void mov_write_ftyp_tag(ByteIOContext *pb, AVFormatContext *s)
static int mov_write_ftyp_tag(ByteIOContext *pb, AVFormatContext *s)
{
MOVContext *mov = s->priv_data;
offset_t pos = url_ftell(pb);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment