[MPlayer-cvslog] r34227 - in trunk: libmpcodecs/ve_vfw.c libmpdemux/demux_nsv.c libmpdemux/muxer_avi.c stream/stream.h stream/stream_vstream.c sub/vobsub.c

Diego Biurrun diego at biurrun.de
Fri Oct 21 17:06:41 CEST 2011


On Fri, Oct 21, 2011 at 11:35:01AM +0200, Reimar Döffinger wrote:
> On Thu, Oct 20, 2011 at 11:49:31PM +0200, diego wrote:
> > -      mp_msg(MSGT_WIN32,MSGL_ERR,"Compressor data %d bytes\n", st.st_size);
> > +      mp_msg(MSGT_WIN32,MSGL_ERR,"Compressor data %"PRIu64"d bytes\n", st.st_size);
> 
> They are all completely wrong, %d would become "PRId64", you have an
> extra d there...

Doh, right, will fix in a few.

Diego


More information about the MPlayer-cvslog mailing list