diff libmpdemux/demux_real.c @ 23632:d881914bea1d

Fix format string to match actual type.
author reimar
date Sun, 24 Jun 2007 14:08:22 +0000
parents 7b313a20939f
children 535cdc4d7804
line wrap: on
line diff
--- a/libmpdemux/demux_real.c	Sun Jun 24 14:04:48 2007 +0000
+++ b/libmpdemux/demux_real.c	Sun Jun 24 14:08:22 2007 +0000
@@ -23,6 +23,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <unistd.h>
+#include <inttypes.h>
 
 #include "config.h"
 #include "mp_msg.h"
@@ -519,7 +520,7 @@
     if(pict_type<=1){
       // I frame, sync timestamps:
       priv->kf_base=(int64_t)timestamp-kf;
-      mp_msg(MSGT_DEMUX, MSGL_DBG2,"\nTS: base=%08X\n",priv->kf_base);
+      mp_msg(MSGT_DEMUX, MSGL_DBG2,"\nTS: base=%08"PRIX64"\n",priv->kf_base);
       kf=timestamp;
     } else {
       // P/B frame, merge timestamps: