Mercurial > libavformat.hg
changeset 3471:a7ba44edfacb libavformat
fix warning, write_ftyp return int now
author | bcoudurier |
---|---|
date | Sat, 14 Jun 2008 21:06:10 +0000 |
parents | d8bbf9265f03 |
children | 0edcd0638ecc |
files | movenc.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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);