On Mon, 07 Jan 2013 10:13:10 +0100, Diego Biurrun <[email protected]> wrote: > --- > libavformat/asfdec.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/libavformat/asfdec.c b/libavformat/asfdec.c > index c6b322d..ca6c73b 100644 > --- a/libavformat/asfdec.c > +++ b/libavformat/asfdec.c > @@ -749,7 +749,7 @@ static int asf_read_header(AVFormatContext *s) > } > } > if(avio_tell(pb) != gpos + gsize) > - av_log(s, AV_LOG_DEBUG, "gpos mismatch our pos=%"PRIu64", > end=%"PRIu64"\n", avio_tell(pb)-gpos, gsize); > + av_log(s, AV_LOG_DEBUG, "gpos mismatch our pos=%"PRIu64", > end=%"PRId64"\n", avio_tell(pb)-gpos, gsize); > avio_seek(pb, gpos + gsize, SEEK_SET); > } > ff_get_guid(pb, &g); > -- > 1.7.1 >
Ok. -- Anton Khirnov _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
