diff libmpdemux/demux_aac.c @ 16750:0a31740dd5e6

Use PRI?64 defines as format strings for 64 bit variables.
author reimar
date Thu, 13 Oct 2005 18:33:56 +0000
parents 6b86089c2edd
children 9081ae3a702c
line wrap: on
line diff
--- a/libmpdemux/demux_aac.c	Thu Oct 13 13:24:35 2005 +0000
+++ b/libmpdemux/demux_aac.c	Thu Oct 13 18:33:56 2005 +0000
@@ -121,7 +121,7 @@
 	if(cnt < 8)
 		goto fail;
 	
-	mp_msg(MSGT_DEMUX, MSGL_V, "demux_aac_probe, INIT: %llu, PROBED: %llu, cnt: %d\n", init, probed, cnt);
+	mp_msg(MSGT_DEMUX, MSGL_V, "demux_aac_probe, INIT: %"PRIu64", PROBED: %"PRIu64", cnt: %d\n", init, probed, cnt);
 	return DEMUXER_TYPE_AAC;
 
 fail: