# HG changeset patch # User bcoudurier # Date 1213477570 0 # Node ID a7ba44edfacbc5074cf4affbd59e0f8a84f0e919 # Parent d8bbf9265f03cfb62c04b5031be67cd037c2f755 fix warning, write_ftyp return int now diff -r d8bbf9265f03 -r a7ba44edfacb movenc.c --- a/movenc.c Sat Jun 14 21:05:28 2008 +0000 +++ b/movenc.c Sat Jun 14 21:06:10 2008 +0000 @@ -1374,7 +1374,7 @@ } /* 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);