[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

Reimar Döffinger Reimar.Doeffinger at gmx.de
Fri Oct 21 11:35:01 CEST 2011


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...


More information about the MPlayer-cvslog mailing list