# HG changeset patch # User reimar # Date 1182694102 0 # Node ID d881914bea1ddd8ec534942e8012a5d77b1a1d53 # Parent 055f06fadc0cbc620201bfae89827ff2d267e9d8 Fix format string to match actual type. diff -r 055f06fadc0c -r d881914bea1d libmpdemux/demux_real.c --- 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 #include #include +#include #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: