On Mon, Feb 27, 2012 at 08:32:22PM +0100, Hendrik Leppkes wrote: > On Mon, Feb 27, 2012 at 7:07 PM, Diego Biurrun <[email protected]> wrote: > > --- a/libavformat/rmdec.c > > +++ b/libavformat/rmdec.c > > @@ -378,7 +378,7 @@ static int rm_read_index(AVFormatContext *s) > > av_log(s, AV_LOG_ERROR, > > "Nr. of packets in packet index for stream index %d " > > - "exceeds filesize (%"PRId64" at %"PRId64" = %d)\n", > > + "exceeds filesize (%"PRId64" at %"PRId64" = %zd)\n", > > Shouldn't the %zd be PRId64 as well?
Yes - no idea where I got the weird hunch avio_size/avio_tell would return size_t. Diego _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
